08-Mar-2021 12:48
Hello DevCentral community
I am attempting to increase the max allowed URL length for an HTTP request in version 15.1.0.4
This support article K60450445 describes how to do it in v15.0.x, but those instructions do not translate to 15.1.0.4
https://support.f5.com/csp/article/K60450445
Does anyone know how to manually manipulate the system variable "ecard_max_http_req_uri_len" from default 2048 to something larger?
Thanks.
Solved! Go to Solution.
08-Mar-2021
23:54
- last edited on
04-Jun-2023
21:01
by
JimmyPackets
Hello,
instructions is the same for 15.1.0.4. version
if you want to make these change in TMSH mode :
/usr/share/ts/bin/add_del_internal add ecard_max_http_req_uri_len <value in bytes>
restart /sys service asm
Regards
08-Mar-2021
23:54
- last edited on
04-Jun-2023
21:01
by
JimmyPackets
Hello,
instructions is the same for 15.1.0.4. version
if you want to make these change in TMSH mode :
/usr/share/ts/bin/add_del_internal add ecard_max_http_req_uri_len <value in bytes>
restart /sys service asm
Regards