Forum Discussion

Wasfi_Bounni's avatar
Wasfi_Bounni
Icon for Cirrocumulus rankCirrocumulus
Mar 03, 2021
Solved

For file types, why is the maximum URL query length restricted to 2048? how can I increase it?

Hi;   For file types, why is the maximum URL query length restricted to 2048? how can I increase it and up to what value? When I increased the value to 4096, that did not kick-in. So when a URL q...
  • Simon_Blakely's avatar
    Mar 03, 2021

    ecard_max_http_req_uri_len should be set to a value that is greater than

    (URL Length + Query String Length)

    from the policy URLs.

     

    However, increasing ecard_max_http_req_uri_len may limit the number of concurrent URI request buffers and increase memory pressure within ASM.