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.
put
About this tag
The tag 'put' on WindowsForum.com covers issues related to HTTP PUT method support on IIS servers. Discussions include troubleshooting 405 method unsupported errors when using PUT and DELETE in REST APIs, often involving PHP backends. Users share web.config configurations to enable these HTTP methods on Windows servers. The content focuses on server configuration and compatibility for web development.
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
hosting issues
http methods
iis
php
put
rest api
rewrite
server issues
web development
web server
web.config
windows server