CFHEADER

Generates custom HTTP headers to return to the client. The following syntax appends a header to the reply:

CFHEADER
Attribute

Description

NAME

Required. A name for the header.

VALUE

Required. A value for the HTTP header.

Example

<CFHEADER NAME="Foo" Value="Bar">