Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

Livius's avatar
Livius
Icon for Cirrus rankCirrus
Jul 17, 2020

HTTP::query TCL error

Hi everyone,

 

Getting a strange error, any idea? :

 

ERR_ARG (line 82)    invoked from within "HTTP::uri $newUri"

 

With this part of the code :

 

if { [HTTP::query] ne "" } {
                        set newUri "$newUri?[HTTP::query]"
                        }
                        HTTP::uri $newUri