The server committed a protocol violation.

by - 12:27 PM

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"
/>
   
 

You May Also Like

0 comments