A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Cross-Origin Resource Sharing (CORS)

Table of Contents

About

Cross-Origin Resource Sharing (CORS) is an HTTP-header based mechanism that allows a server to indicate any origins (domain, scheme, port) other than its own from which a browser should permit loading resources1.

Anki

References


  1. MDN. “Cross-Origin Resource Sharing (CORS)”. Available at: https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/CORS. (Accessed: [2025-05-07 Wed 04:02]). ↩︎

Related Posts