Cross Domain will help you to deal with cross domain - CORS problem. This is tool helpful when face with cross domain issue.
Visit out website: https://devratroom.blogspot.com/p/cross-domain-cors-extension.html
Cross Domain will help you to deal with cross domain - Cross-Origin Resource Sharing (CORS) problem. This is a small tool will helpful for web developer and related domain that face with cross domain issue.
List of feature:
- Allow cross domain
- Customize Url pattern base on Javascript Regex
- Allow enable, disable
- Very friendly interface
Under the hood:
This extension allow Cross-Origin Resource Sharing (CORS) by modify header response from server and add more header to allow CORS request:
Access-control-allow-origin
Access-control-allow-methods
Access-control-allow-headers
Access-control-expose-headers
This is for development purpose only.