Forum Discussion

AlexDeMarco's avatar
AlexDeMarco
Icon for Nimbostratus rankNimbostratus
May 01, 2014

odd pathing issue

Here is a snippet of code:   set path1 [URI::path [HTTP::uri] 1 1] set path_len [string length $path1 ]   If I go to www.mysite.com in Firefox the path_len = 0 yet if I go via Chrome the leng...