Classic 405 status code. Happens to me when I forget to whitelist methods in my API gateway (AWS API Gateway, I’m looking at you).
If you’re on AWS, check your resource policy. Otherwise, verify your server logs—might be rejecting the method outright.
Tools like httpbin.org can help debug requests.
If you’re on AWS, check your resource policy. Otherwise, verify your server logs—might be rejecting the method outright.
Tools like httpbin.org can help debug requests.
