Baseline Widely available
The HTTP Access-Control-Allow-Methods
response header specifies one or more HTTP request methods allowed when accessing a resource in response to a preflight request.
Access-Control-Allow-Methods: <method>, <method>, â¦
Access-Control-Allow-Methods: *
Directives
<method>
A comma-separated list of the allowed request methods. GET
, HEAD
, and POST
are always allowed, regardless of whether they are specified in this header, as they are defined as CORS-safelisted methods.
*
(wildcard)
All HTTP methods. It has this meaning only for requests without credentials (requests without HTTP cookies or HTTP authentication information). In requests with credentials, it is treated as the literal method name *
without special semantics.
Access-Control-Allow-Methods: PUT, DELETE
Access-Control-Allow-Methods: *
Specifications Browser compatibility See also
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4