P
Peter Bladh
Hi
I've made a part of a program that makes a http web request with .net
classes HttpWebRequest and HttpWebResponse. It's been working fine up til
now when one of our customers has been recieving the following WebException:
"The underlying connection was closed: The server committed an HTTP protocol
violation. "
I've been "googling" a bit and read that it might help to set the KeepAlive
property to false and set the http version to 1.0, but neither have helped.
Thanks in advance!
/peter
I've made a part of a program that makes a http web request with .net
classes HttpWebRequest and HttpWebResponse. It's been working fine up til
now when one of our customers has been recieving the following WebException:
"The underlying connection was closed: The server committed an HTTP protocol
violation. "
I've been "googling" a bit and read that it might help to set the KeepAlive
property to false and set the http version to 1.0, but neither have helped.
Thanks in advance!
/peter