SyntaxFix
Write A Post
Hire A Developer
Questions
I had a similar issue today. For some reason, my GET request was fine, but PUT request was failing for my WCF WebHttp Service
Adding the following to the Web.config solved the issue
<system.web> <authentication mode="Forms" /> </system.web>