Getting all http headers
From: Arthur Yousif (arthuryousif_at_centurytel.net)
Date: 08/04/03
- Next message: André Guergolet: "Re: Getting all http headers"
- Previous message: JTR: "Re: Forms Authentication w/SubFolders"
- Next in thread: André Guergolet: "Re: Getting all http headers"
- Reply: André Guergolet: "Re: Getting all http headers"
- Reply: Michal A. Valasek: "Re: Getting all http headers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 4 Aug 2003 11:20:41 -0500
Hi,
I'm just starting out on ASP.NET, although I'm not new to
programming. I'm in a crunch and have been all over the
documentation and MSDN and searching this newsgroup with
no luck finding the info I'm looking for.
Basically, I'm creating my own custom header and using
Response.AppendHeader("MyHeader", myVal) and then I've
tried calling my test page using Response.Redirect,
Response.Write, and Response.BinaryWrite, which all work,
however, on my test page when I read all the Headers from
the Request.Headers collection, I never see my custom
headers.
Any help would be greatly appreciated. Am I even doing
this correctly? I know I can create a form with hidden
fields and post the page, but I'm wanting to include this
in the header in this case. Thank you.
Arthur
- Next message: André Guergolet: "Re: Getting all http headers"
- Previous message: JTR: "Re: Forms Authentication w/SubFolders"
- Next in thread: André Guergolet: "Re: Getting all http headers"
- Reply: André Guergolet: "Re: Getting all http headers"
- Reply: Michal A. Valasek: "Re: Getting all http headers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|