Rob--W / cors-anywhere

CORS Anywhere is a NodeJS reverse proxy which adds CORS headers to the proxied request.
MIT License
8.57k stars 5.99k forks source link

Method not allowed #423

Closed breiko83 closed 2 years ago

breiko83 commented 2 years ago

Not sure if I set up something wrong but I can only use GET requests. Any POST or DELETE requests results in this message:

{
    "message": "Method not allowed.",
    "data": []
}

Does this library support only GET method by default?

Rob--W commented 2 years ago

This is not an output from this library. This library does not generate JSON output.

Looks like the output of the API that you are calling.