Getting started with cors

Other topics

What's CORS?

CORS (Cross-origin resource sharing) happens when the JavaScript makes a cross-domain XHR (XMLHttpRequest) call. On Wikipedia stands this image that gives more information about the workflow of CORS.

Workflow CORS

More information about CORS can be found on the Mozilla Developer Network.

Contributors

Topic Id: 7944

Example Ids: 25746

This site is not affiliated with any of the contributors.