Which mechanism allows a web application to request resources from a different origin than its own?

Web Development Medium

Web Development — Medium

Which mechanism allows a web application to request resources from a different origin than its own?

Key points

  • CORS uses HTTP headers to manage permissions
  • Browsers enforce same-origin policy by default
  • Preflight requests are used for non-simple requests

Ready to go further?

Related questions