You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
hosting issues
About this tag
Hosting issues on WindowsForum.com often involve IIS server configuration problems, such as HTTP methods like PUT and DELETE returning a 405 Method Not Allowed error. Users troubleshooting hosting issues may need to adjust web.config files to enable specific request methods for REST APIs. These discussions focus on resolving server-side restrictions that prevent web applications from functioning correctly on Windows hosting environments.
I am running a simple website on a hostforlife.eu windows server, I suppose it is IIS server. The backend of the website is REST api implemented in PHP. However, when I send requests with PUT and DELETE as method, it just return 405 method unsupported. My web.config is like this:
<?xml...
api requests
backend development
configuration
debugging
delete
error 405
hostingissues
http methods
iis
php
put
rest api
rewrite
server issues
web development
web server
web.config
windows server