How does Google Chrome's Advanced REST client make cross domain POST requests?
问题 How does Google Chrome's ADVANCED REST CLIENT plugin make cross domain POST requests? I thought maybe something with CORS but I don't see "Access-Control-Allow-Origin" in any response. This is a link to the plugin: https://chrome.google.com/webstore/detail/hgmloofddffdnphfgcellkdfbfbjeloo/related?hl=en-US 回答1: Short answer : Extensions are different from normal web pages. They can ask for extra permissions during the course of installation. (slightly) Long answer : The main requirement of