I need to create HTTPS call a to remote server that return a data
the response of that server dose not include a valid HTTP protocol
and i am getting that error
System.Net.WebException: The server committed a protocol violation. Section=ResponseStatusLine
i all ready did that useUnsafeHeaderParsing
but that did not help probably because the HTTP protocol is implement so badly
can i tell .net to skip the validation at all or use a class that will not validate the HTTP protocol
when i am using a browser i can see the response