Getting a http status 405 error - What am I doing wrong? or Why am I seeing http status 405 and how d

16 Replies, 763 Views

Been there! For me, it was a dumb mistake—I was sending a GET request instead of POST.

Check your client code. If you’re using fetch/Axios, maybe the method isn’t being set correctly.

Also, some APIs reject POST without a body, even if it’s just `{}`. Worth a shot!

Messages In This Thread



Users browsing this thread: 1 Guest(s)