HttpClient POST to WEB API method returns 405 (Method not allowed)
Hey,
I really need help ... I've set up WebApi within Umbraco and for now I am not able to send POST requests to my IIS anymore over HttpClient.
GET works ok.
Here on stackoverflow is a detailed explaination ... sorry for not copying here again.
HttpClient POST to WEB API method returns 405 (Method not allowed)
Hey,
I really need help ... I've set up WebApi within Umbraco and for now I am not able to send POST requests to my IIS anymore over HttpClient. GET works ok.
Here on stackoverflow is a detailed explaination ... sorry for not copying here again.
Hi Norbert,
Take a look at these two threads:
http://stackoverflow.com/questions/35065385/asp-net-webapi-405-method-not-allowed
http://stackoverflow.com/questions/2529101/how-to-remove-aspxautodetectcookiesupport-1
Hopefully you find your answer ;)
Good luck!
Craig
Thank you very much! Exactly what I needed ... but seriously, I found everything but that! :-)
Hi Norbert,
No problem at all!
Haha... Glad I could help out ;)
Regards
Craig
is working on a reply...