Diff
Not logged in

Differences From Artifact [79f8cb099b]:

To Artifact [423f3eb380]:


1333
1334
1335
1336
1337
1338



1339
1340


1341
1342
1343
1344
1345
1333
1334
1335
1336
1337

1338
1339
1340
1341

1342
1343
1344
1345
1346
1347
1348





-
+
+
+

-
+
+





          if {[methodName ToString] eq "GetWebRequest"} then { 
            webRequest Headers.Add Cookie [join $loginCookie =] 
          } 
        }] 
 
        set data [uri download -inline -webclientdata $script -- $uri] 
        set data [uri download \ 
            -timeouttype network -inline \ 
            -webclientdata $script -- $uri] 
      } else { 
        set data [uri download -inline -- $uri] 
        set data [uri download \ 
            -timeouttype network -inline -- $uri] 
      } 
    } else { 
      set options [list -binary true] 
 
      if {[info exists loginCookie] && [llength $loginCookie] == 2} then {