Sending XML data via HTTP POST to IHttpHandler causes HttpRequestValidationException
I’m writing an IHttpHandler implementation that will receive XML data sent through a regular HTTP POST from another website.
Here’s a prototype of the implementation: