Articles tagged: CORS
Found 15 documents
- Glossary/Preflight_request A CORS preflight request is a CORS request that checks to see if the CORS protocol is understood.
- Glossary/Simple_header A simple header (or CORS-safelisted request header) is one of the following HTTP headers :
- Glossary/Simple_response_header A simple response header (or a CORS-safelisted response header) is an HTTP header that is one of ...
- Web/HTML/CORS_enabled_image The HTML specification introduces a crossorigin attribute for images that, in combination with ...
- Web/HTML/CORS_settings_attributes In HTML5, some HTML elements which provide support for CORS, such as img or video, have a ...
- Web/HTTP/Headers/Access-Control-Allow-Credentials The Access-Control-Allow-Credentials response header indicates whether or not the response to ...
- Web/HTTP/Headers/Access-Control-Allow-Headers The Access-Control-Allow-Headers response header is used in response to a preflight request to ...
- Web/HTTP/Headers/Access-Control-Allow-Methods The Access-Control-Allow-Methods response header specifies the method or methods allowed when ...
- Web/HTTP/Headers/Access-Control-Allow-Origin The Access-Control-Allow-Origin response header indicates whether the response can be shared ...
- Web/HTTP/Headers/Access-Control-Expose-Headers The Access-Control-Expose-Headers response header indicates which headers can be exposed as part ...
- Web/HTTP/Headers/Access-Control-Max-Age The Access-Control-Max-Age response header indicates how long the results of a preflight request ...
- Web/HTTP/Headers/Access-Control-Request-Headers The Access-Control-Request-Headers request header is used when issuing a preflight request to ...
- Web/HTTP/Headers/Access-Control-Request-Method The Access-Control-Request-Method request header is used when issuing a preflight request to let ...
- Web/HTTP/Server-Side_Access_Control
- Web/Security/Same-origin_policy The same-origin policy restricts how a document or script loaded from one origin can interact ...