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:
As far as I know, you just need to encode that XML with entities.
I mean that < should be & lt; or > & gt;, and so on.
EDIT: I found that this is a duplicate of: How can Request Validation be disabled for HttpHandlers?
Try this!! :)