getmimeheader

Displays a specific MIME named header, if no header of that name exists, then nothing is returned.

Example WebDNA code:
[getmimeheader name=HTTP_ACCEPT_LANGUAGE]
Results: This will return the the human language that the viewer is able to read.

Parameters

ParameterDescription
NameThe name of the MIME header to list.
ExactT(rue) or F(alse) whether to exactly match the name of the parameter or match any name that contains the "name" value. (Default value is true.)