Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



Remarks: Request Object ServerVariables Collection

If a client sends a header other than those specified in the preceding table, you can retrieve the value of the header by prefixing the header name with "HTTP_" in the call to Request.ServerVariables. For example, if the client sent the following header:

SomeNewHeader:SomeNewValue

you could retrieve SomeNewValue by using the following:

<% Request.ServerVariables("HTTP_SomeNewHeader") %>


ContentsPreviousNextIndex