![]() |
VOOZH | about |
The Access-Control-Allow-Methods header is a Cross-Origin Resource Sharing(CORS) response-type header. It is used to indicate which HTTP methods are permitted while accessing the resources in response to the cross-origin requests.
Syntax:
Access-Control-Allow-Methods: <method>, <method>, ...
OR
Access-Control-Allow-Methods: *
Directives: This header accepts two directive as mentioned above and described below:
Examples:
Access-Control-Allow-Methods: POST, GET, OPTIONS
Access-Control-Allow-Methods: *
Supported Browsers: The browsers are compatible with HTTP Access-Control-Allow-Methods header are listed below: