Cannot make PUT Request Due to 405 Error

Website: http://quacking-the-duck.lovestoblog.com/

Error: 405 (Something is breaking, please contact support error)

I’m currently working on an increment counter that uses a database to store values. However, whenever I try to use a PUT request to access my PHP file and change the database, I receive a 405 error (screenshot attached). How do I fix this?

HTTP 405 is the request mode for Not Supported, which generally refers to the HTTP method being not supported.

Currently on free hosting, we only support GET and POST methods. See this response that I wrote a little while ago:

5 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.