Home > Configuration > Responder > setresponderaction_headers

setresponderaction_headers

Use this method to set one or more headers to insert into the HTTP response. Each header is specified as "name(expr)", where expr is an expression that is evaluated at runtime to provide the value for the named header. You can configure a maximum of eight headers for a responder action.

Syntax



Parameters

name

Name of the responder action to be modified.
This is mandatory parameter.

headers

One or more headers to insert into the HTTP response. Each header is specified as "name(expr)", where expr is an expression that is evaluated at runtime to provide the value for the named header. You can configure a maximum of eight headers for a responder action.

Return Value

Returns simpleResult

See Also