[thelist] Set HTTP header in ASP

pixel pixel at pixelfreak.net
Wed May 29 18:20:01 CDT 2002


I've got another ASP question for the list.

Is it possible to replace a HTTP header using ASP? Response.addHeader()
creates a new header, but doesn't let you change an existing header.

With Java's JSP and Servlet API you can do the following..

Response.setHeader("HTTP_COOKIE", newCookieHeader);

There is there a trick or undocumented call that I can use to replace a
header in ASP?

Thanks in advance,

~Scott




More information about the thelist mailing list