| | |
| |
Active Server Pages ASP control controls class classes module script Scripts applet CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
Problem with response.addheader |
|
From: |
Cameron Beatley |
|
Date: |
8/17/1999 9:08:44 AM |
|
IP: |
206.151.112.41 |
Im having a problem with the Response.AddHeader object. Ive tried everything that the documentation say will work, to no avail...
according to MS documentation, I can revise a header or create a new header with the syntax:
Response.Addheader "myheader", "header value" and call the new header through:
Request.ServerVariables("HTTP_myheader")
Theoretically, this should return the value "header value". However, nothing Ive tried has returned ANY value.
Ive tried Request.ServerVariables("myheader"), Response.Addheader "HTTP_myheader", "header value", myheader=Request.ServerVariables("myheader"), myheader=Request.ServerVariables("HTTP_myheader"), etc.
Can anyone tell me what Im doing wrong?
Thanks in advance... |
Follow Up - Re: Problem with response.addheader - Vinod 9/22/1999 6:08:19 AM
Follow Up - Re: Problem with response.addheader - jeff kramer 10/19/1999 11:06:50 AM
|
|
|
|
|
|