| setappfwprofile_bufferoverflowmaxheaderlength |
Use this method to set maximum length, in characters, for HTTP headers in requests sent to your protected web sites. Requests with longer headers are blocked. |
Syntax |
Parameters |
name |
Name of the profile that you want to modify. This is mandatory parameter. |
bufferoverflowmaxheaderlength |
Maximum length, in characters, for HTTP headers in requests sent to your protected web sites. Requests with longer headers are blocked. Default value = AS_BUFFEROVERFLOW_DEFAULT_MAX_HDR_LEN. Minimum value = AS_BUFFEROVERFLOW_MIN_HDR_LEN. Maximum value = AS_MAX_INT_LEN. |
Return Value |
Returns simpleResult |
See Also |