Forum Discussion

Its_not_the_F5's avatar
Its_not_the_F5
Icon for Nimbostratus rankNimbostratus
Mar 08, 2021
Solved

ASM Configuring the maximum allowed URL length for an HTTP request v15.1.0.4

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.

  • 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

1 Reply

  • 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