Connecting Tech Pros Worldwide Help | Site Map

Adding Http Headers..

Ale News
Guest
 
Posts: n/a
#1: Nov 19 '05
Hi to All..

I must add some custom headers HTTP and then i would to read them..
I used the AppendHeader Method to add my headers but when i try to read
the headers i can't see my custom ones..
why this?
i've read the headers with Request.Headers collection..
i can see only the default http headers..
can anyone help me?


Alessandro..
Brock Allen
Guest
 
Posts: n/a
#2: Nov 19 '05

re: Adding Http Headers..


So you're adding headers to the response, but then on the next request you
can't see them? If this is the problem, then that's expected, as the response
headers are to annontate the response which are different than the headers
passed up on the next request.

Or am I missing something?

-Brock
DevelopMentor
http://staff.develop.com/ballen


[color=blue]
> Hi to All..
>
> I must add some custom headers HTTP and then i would to read them..
> I used the AppendHeader Method to add my headers but when i try to
> read
> the headers i can't see my custom ones..
> why this?
> i've read the headers with Request.Headers collection..
> i can see only the default http headers..
> can anyone help me?
> Alessandro..
>[/color]



Closed Thread