Tuesday, January 19, 2016

The server committed a protocol violation.

Problem 
The server committed a protocol violation. Section=ResponseHeader Detail=CR must be followed by LF

Solutions
I found that the most common approach to this issue is to place the following xml into the app.config file:

 
   
      useUnsafeHeaderParsing="true"
/>
   
 

No comments:

Post a Comment