Re: HttpWebRequest Not Supporting Frames (example included)

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Jon Skeet [C# MVP] (skeet_at_pobox.com)
Date: 03/24/04


Date: Wed, 24 Mar 2004 07:52:34 -0000

Chris Crabtree <lachoneous@hotmail.com> wrote:
> So I ran into this problem today with HttpWebRequest and a website
> using framesets. I get the response "This page uses frames, but your
> browser does not support them."

That's not because the site actually thinks the browser doesn't support
frames - it's because a user would only see that text if their browser
had ignored the framesets contained within the HTML.

HttpWebRequest doesn't and shouldn't need to have any explicit support
for frames.

-- 
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too


Relevant Pages

  • Re: HttpWebRequest.GetResponse() buffered read - possible ?
    ... typically the browser will not read the response until its finished posting ... > I've seen examples to read a file from somewhere into a HttpWebRequest ... > responseStream = httpResponse.GetResponseStream; ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: HttpPost
    ... WebClient or HttpWebRequest class. ... Here are some other web article provided sample code of doing http post ... Microsoft MSDN Online Support Lead ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.dotnet.languages.csharp)
  • RE: Transferring membership parameters
    ... I assume that the element of the POST string are different from one login ... Microsoft MSDN Online Support Lead ... You can send feedback directly to my manager at: ... Here are some reference about using HttpWebrequest to perform programitc ...
    (microsoft.public.dotnet.general)
  • Re: HttpWebRequest Not Supporting Frames (example included)
    ... > using framesets. ... I get the response "This page uses frames, ... > setting the UserAgent property to a recognizable browser, ... It appears to be happening with any website I try that uses ...
    (microsoft.public.dotnet.languages.csharp)
  • RE: Transferring membership parameters
    ... Microsoft MSDN Online Support Lead ... You can send feedback directly to my manager at: ... Here are some reference about using HttpWebrequest to perform programitc ...
    (microsoft.public.dotnet.general)