HttpWebRequest

G

Guest

My application is accessing a service on the internett using the
HttpWebRequest object. This has been working fine for a long time, but after
upgrading the .net framework to v1.1 this fails.

After posting my request the server begins to answer, but receives a RST
command from the client almost imediately. I'm assuming this is related to
the timeout parameter on the HttpWebRequest object, but no matter how high
I'm setting this the same thing happens.
Is there anything else that can trigger this reset command. How am I
supposed to set the Timeout parameter correctly?
 
G

Guest

Just discovered the
<settings>
<httpWebRequest useUnsafeHeaderParsing="true" />
</settings>

and this solves the problem :)

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top