Explain what is CORS? How does it work?

  • Thread starter Thread starter varunluthra
  • Start date Start date

varunluthra

Guest
Member
(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 access to a domain different.
 
Top