Explain what is CORS? How does it work?

Explain what is CORS? How does it work?

Default Asked on August 28, 2018 in Businesses.
Add Comment
1 Answer(s)

(CORS) Cross-Origin Resource Sharing is a mechanism that enables many resources (e.g., JavaScript, fonts etc.) on a web page to be requested from another domain outside the domain from which the resource originated.  It is a mechanism supported in HTML5 that manages XMLHttpRequest access to a domain different.

Default Answered on August 29, 2018.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.