Cross-Origin Resource Sharing (CORS)
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 } ]
[ { "AllowedHeaders": [ "*" ], "AllowedMethods": [ "PUT", "POST", "GET", "DELETE" ], "AllowedOrigins": [ "*" ], "ExposeHeaders": [ "ETag" ], "MaxAgeSeconds": 3000 } ]
Errors[edit]
Related terms[edit]
- AWS API Gateway
- HSTS
- Tellme Networks
- Caddyfile
gsutil cors
- Terraform resource: aws cloudfront origin access control
- CORS (golang)
- geth --http --http.corsdomain
See also[edit]
Advertising: