Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / New Users / December 2004

Tip: Looking for answers? Try searching our database.

http header Proxy-Connection not set to Keep-Alive by setting HttpWebRequest.KeepAlive to true

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Tim Regan - 13 Dec 2004 16:07 GMT
Hi All,

I'm trying to track down why my application built on HttpWebRequest and
HttpWebResponse fails to successfully log onto and access some web
resourses, while IE does so without problem. The sequence of requests and
responses culminates in a page for IE but in an exception for my application
of type 'System.Net.WebException': The remote server returned an error:
(504) Gateway Timeout.

Using an http sniffer (Ethereal) I can see that IE is setting the http
request header "Proxy-Connection" to "Keep-Alive" while my application does
not send that header. Yet for each new request I make I include the line of
code:
request.KeepAlive = true;
Any pointers as to why setting my HttpWebRequest's KeepAlive property to
true is not resulting in the "Proxy-Connection" header being set to
"Keep-Alive"?

Cheers,

Tim.
Jim - 30 Dec 2004 00:08 GMT
I'm also encountering this same problem.  I have been unable to post
data to a server and the only thing that appears to be diff at this
point is the Connection header attribute is not being set, despite the
KeepAlive prop of HttpWebRequest being set to true.

> Hi All,
>
[quoted text clipped - 17 lines]
>
> Tim.

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.