var://service/original-content-type
or serviceVars.originalContentType
This variable gets the value of the Content-Type
header
in the original request.
Syntax
- Slash notation
var://service/original-content-type
- Dot notation
serviceVars.originalContentType
Format
String
Purpose
The var://service/original-content-type
or serviceVars.originalContentType
variable
gets the value of the Content-Type
header in the
original request. The value remains unmodified. The value is not rewritten
during header rewrites, as defined by the service or the processing
policy.
This variable is a read-only variable.