I have a project that needs the PUT
request enabled for PHP.
By default GET
, HEAD
, and POST
are enabled but I need to enable PUT
verb from my web.config
, not from IIS manager.
How can I do this?
I have a project that needs the PUT
request enabled for PHP.
By default GET
, HEAD
, and POST
are enabled but I need to enable PUT
verb from my web.config
, not from IIS manager.
How can I do this?