Getting Error Code 405 - Method Not Allowed. How Do I Fix This? or Why Am I Seeing Error Code 405 and

16 Replies, 1163 Views

Wow, thanks for all the tips, folks!

Tried the Postman trick and realized my endpoint *was* misconfigured—fixed it by adding `methods=['POST']` in Flask (shoutout to whoever mentioned that!).

Still getting a 405 on one route though. Could it be a CORS thing? I’ll check the MDN docs.

Y’all are lifesavers!

Messages In This Thread



Users browsing this thread: 1 Guest(s)