| setappfwprofile_bufferoverflowmaxquerylength |
Use this method to set maximum length, in bytes, for query string sent to your protected web sites. Requests with longer query strings are blocked. |
Syntax |
Parameters |
name |
Name of the profile that you want to modify. This is mandatory parameter. |
bufferoverflowmaxquerylength |
Maximum length, in bytes, for query string sent to your protected web sites. Requests with longer query strings are blocked. Default value = AS_MAX_INT_LEN. Minimum value = AS_BUFFEROVERFLOW_MIN_QUERY_LEN. Maximum value = AS_MAX_INT_LEN. |
Return Value |
Returns simpleResult |
See Also |