| setappfwprofile_bufferoverflowmaxurllength |
Use this method to set maximum length, in characters, for URLs on your protected web sites. Requests with longer URLs are blocked. |
Syntax |
Parameters |
name |
Name of the profile that you want to modify. This is mandatory parameter. |
bufferoverflowmaxurllength |
Maximum length, in characters, for URLs on your protected web sites. Requests with longer URLs are blocked. Default value = AS_BUFFEROVERFLOW_DEFAULT_MAX_URL_LEN. Minimum value = AS_BUFFEROVERFLOW_MIN_URL_LEN. Maximum value = AS_MAX_INT_LEN. |
Return Value |
Returns simpleResult |
See Also |