Cross-Origin Resource Sharing (CORS)

From wikieduonline
Revision as of 08:58, 15 September 2022 by Welcome (talk | contribs)
Jump to navigation Jump to search

wikipedia:Cross-Origin Resource Sharing is a mechanism that allows restricted resources on a web page to be requested from another domain outside the domain from which the first resource was served.

Example:

[
    {
        "AllowedHeaders": [
            "*"
        ],
        "AllowedMethods": [
            "PUT",
            "POST"
        ],
        "AllowedOrigins": [
            "*"
        ],
        "ExposeHeaders": [],
        "MaxAgeSeconds": 3000
    }
]


Related terms

See also

Advertising: