Which mechanism allows a web application to restrict which origins can access its resources?

Web Development Medium

Web Development — Medium

Which mechanism allows a web application to restrict which origins can access its resources?

Key points

  • CORS uses HTTP headers like Access-Control-Allow-Origin
  • SOP is the default restriction
  • CORS enables controlled cross-origin access

Ready to go further?

Related questions