You get a HTTP 400 Bad Request when POSTing to a WCF service
by Paul Kiddie • February 1, 2012 • .net, wcf • 0 Comments
I was recently debugging an issue with a WCF service I had written, where it appeared that POSTing data to the service returned a HTTP 400 Bad Request error. There are several reasons you may experience such an error but mine was peculiar in that it wasn’t always repeatable and depended on what the client [...]
Read more →