What Happened?
You are trying to access an endpoint with an HTTP method that is not allowed. The API only allows specific methods for each endpoint. For example, you cannot use theGET
method to resize an image.
The method is not allowed for the requested URL
GET
method to resize an image.