CORS - Cross-Origin Resource Sharing
Server response header:
Access-Control-Allow-Origin: http://www.external-domain.com
Direct AJAX calls to http://www.external-domain.com will not be restricted by the browser.
Server response header:
Access-Control-Allow-Origin: http://www.external-domain.com
Direct AJAX calls to http://www.external-domain.com will not be restricted by the browser.
No comments:
Post a Comment