For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

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