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.
http methods
About this tag
Discussions tagged with http methods on WindowsForum.com focus on configuring IIS servers to support REST API verbs such as PUT and DELETE. Users encounter 405 Method Not Allowed errors when these HTTP methods are not enabled by default. Solutions involve editing the web.config file to allow specific verbs, often requiring adjustments to handler mappings or module settings. The tag covers practical troubleshooting for developers deploying PHP-based REST APIs on Windows hosting environments, with emphasis on IIS configuration changes needed to handle non-GET/POST methods.
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
httpmethods
iis
php
put
rest api
rewrite
server issues
web development
web server
web.config
windows server