405 Method Not Allowed

I have a REST API uploaded (prueba-dwj-tasf.fly.dev), but any request I make takes it as a GET request.

I implemented a logger to see which method was coming in, and it is uploaded with a Dockerfile. In development and locally with the Docker container, it works correctly.

request Postman

1 Like

I ran into this as well. The issue for me was that I was not using https:// in Postman. As soon as I changed from http:// to https:// things worked correctly. If you aren’t using https that may be your issue.