Thanks John, I guess I was thinking more of the way the header is captured with Firebug, it seems that each new header replaces the old in code... Example: a 302 is a redirect, and once redirected to a valid 200 ok response is issued, that seems to be the only header available?
Firebug produces all the headers as they occur? On Oct 24, 8:11 pm, John J Barton <[email protected]> wrote: > I guess you need to ask VB.NET folks. We don't know about it.These > headers are HTTP headers, not specific to Firebug or Firefox. > > jjb > > On Oct 24, 12:46 pm, Jeff Barclay <[email protected]> wrote:> Anyone? > > > On Oct 20, 9:17 pm, Jeff Barclay <[email protected]> wrote: > > > > Wondering if anyone can tell me how to get the same results in code > > > that firebug displays for response header info. > > > I have a site that shows 302 redirect and displays: > > > > Date Thu, 21 Oct 2010 01:15:26 GMT > > > Server Apache > > > Pragma No-cache > > > Cache-Control no-cache > > > Expires Wed, 31 Dec 1969 19:00:00 EST > > > Set-Cookie WSMTVersion=2.61.6; Expires=Thu, 20-Dec-2029 01:15:27 GMT > > > Location > > > https://www.telestaff.net/servlet/ServletController;jsessionid=B3C1D8... > > > Vary Accept-Encoding > > > Content-Encoding gzip > > > Content-Length 20 > > > Connection close > > > Content-Type text/html; charset=UTF-8 > > > > I'm looking to get the full location from the 302 Header, in VB.NET. -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
