This plugin allows you to send cross-domain requests. You can also override Request Origin and CORS headers.This plugin allows you to send cross-domain requests directly from browser without receiving Cross Origin Errors.
You can override the Request Origin header with this plugin and also have Access-Control-Allow-Origin set to *.
Also, you can override:
Request Headers: Origin
Response Headers: Access-Control-Allow-Origin, Access-Control-Allow-Methods, Access-Control-Allow-Headers, Access-Control-Allow-Credentials
Guide on CORS:
https://www.moesif.com/blog/technical/cors/Authoritative-Guide-to-CORS-Cross-Origin-Resource-Sharing-for-REST-APIs/
For security, it is recommended to disable this plugin (or any CORS plugin) when done with debug.
This utility is provided for free by Moesif.
About Moesif:
Moesif (https://www.moesif.com) is a venture backed company founded by alumni from MIT, University of Michigan, Microsoft and Intel who believe debugging customer issues is getting harder than ever as the world moves towards more complex distributed applications. Moesif is a cloud-native service to make debugging these applications easier.