405 errors can be sneaky. One time, my server was redirecting POST to GET silently, causing the error.
Try logging the request on the server side to see what’s *actually* reaching it.
If you’re on Apache, check the AllowMethods directive. Nginx? Look for limit_except.
Try logging the request on the server side to see what’s *actually* reaching it.
If you’re on Apache, check the AllowMethods directive. Nginx? Look for limit_except.
