Home > Configuration > Responder > setresponderaction_reasonphrase

setresponderaction_reasonphrase

Use this method to set expression specifying the reason phrase of the HTTP response. The reason phrase may be a string literal with quotes or a PI expression. For example: "Invalid URL: " + HTTP.REQ.URL

Syntax



Parameters

name

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

reasonphrase

Expression specifying the reason phrase of the HTTP response. The reason phrase may be a string literal with quotes or a PI expression. For example: "Invalid URL: " + HTTP.REQ.URL

Return Value

Returns simpleResult

See Also