Forum Discussion

Livius's avatar
Livius
Icon for Altostratus rankAltostratus
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