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.
api requests
About this tag
Discussions tagged with api requests on WindowsForum.com focus on troubleshooting HTTP method support in IIS servers, particularly when REST APIs built with PHP reject PUT and DELETE requests with a 405 error. Users share web.config configurations and seek solutions to enable these methods. The tag covers server-side configuration issues rather than client-side API consumption.
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...
apirequests
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