Last updated on October 31, 2022
1 min read
An error occurred in the application when requesting a static resource with a request type other than GET
or HEAD
.
405: Method Not Allowed
Code:
Code:
INVALID_REQUEST_METHOD
- Check your client application logic or
cURL
command for a request type other than aGET
orHEAD
.