Cross-Origin Resource Sharing (CORS) is a security feature implemented by web browsers to restrict web pages from making requests to a different domain than the one that served the web page, also known as ________.

  • Same-Origin Policy
  • Cross-Origin Policy
  • Cross-Domain Policy
  • Origin Control Policy
Cross-Origin Resource Sharing (CORS) is a security feature that enforces the Same-Origin Policy, which restricts web pages from making requests to a different domain than the one that served the web page. This helps prevent unauthorized access to data on other domains.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *