adding custom header with classic asp
Posted
by zurna
on Stack Overflow
See other posts from Stack Overflow
or by zurna
Published on 2010-03-15T01:28:10Z
Indexed on
2010/03/15
1:29 UTC
Read the original article
Hit count: 486
asp-classic
I was wondering if its possible to add custom header with classic asp. In other words, I am looking for classic asp equivalent of .net's Response.AddHeader().
i.e.
HttpContext.Response.AddHeader("customheadertruefalse","1");
© Stack Overflow or respective owner