wiki-archive/twiki/data/TWiki/VarHTTP.txt,v

40 lines
1.0 KiB
Plaintext
Raw Normal View History

head 1.1;
access;
symbols;
locks; strict;
comment @# @;
1.1
date 2006.06.25.16.26.28; author TWikiContributor; state Exp;
branches;
next ;
desc
@buildrelease
@
1.1
log
@buildrelease
@
text
@%META:TOPICINFO{author="TWikiContributor" date="1111929255" format="1.2" version="1"}%
%META:TOPICPARENT{name="TWikiVariables"}%
#VarHTTP
---+++ HTTP -- get HTTP headers
* Called with the name of an HTTP header field, returns its value. Capitalization and the use of hyphens versus underscores are not significant.
* Syntax: =%<nop>HTTP%=
* Syntax: =%<nop>HTTP{"Header-name"}%=
* Examples:
| =%<nop>HTTP%= | %HTTP% |
| =%<nop>HTTP{"Accept-language"}%= | %HTTP{"Accept-language"}% |
| =%<nop>HTTP{"User-Agent"}%= | %HTTP{"User-Agent"}% |
* __%X% Note:__ You can see the HTTP headers your browser sends to the server on a number of sites e.g. http://www.ericgiguere.com/tools/http-header-viewer.html
* Related: [[#VarHTTPS][HTTPS]], [[#VarREMOTEADDR][REMOTE_ADDR]], [[#VarREMOTEPORT][REMOTE_PORT]], [[#VarREMOTEUSER][REMOTE_USER]]
@