| setappfwprofile_bufferoverflowmaxtotalheaderlength |
Use this method to set maximum length, in bytes, for the total HTTP header length in requests sent to your protected web sites. The minimum value of this and maxHeaderLen in httpProfile will be used. Requests with longer length are blocked. |
Syntax |
Parameters |
name |
Name of the profile that you want to modify. This is mandatory parameter. |
bufferoverflowmaxtotalheaderlength |
Maximum length, in bytes, for the total HTTP header length in requests sent to your protected web sites. The minimum value of this and maxHeaderLen in httpProfile will be used. Requests with longer length are blocked. Default value = AS_MAX_INT_LEN. Minimum value = AS_BUFFEROVERFLOW_MIN_TOTAL_HDR_LEN. Maximum value = AS_MAX_INT_LEN. |
Return Value |
Returns simpleResult |
See Also |