how Postman send requests? ajax, same origin policy

Chrome packaged apps can have cross domain permissions. When you install Postman it promts you that this app will access any domain.

By placing */* in permissions section of your manifest file, you can do this.

Read more here:
https://developer.chrome.com/extensions/xhr.html

Leave a Comment