Forum Discussion
Sep 29, 2009
12031 error
Hello all,
I am getting a 12031 error on accessing static files on a proxy server that needs credentials. It's suppose to prompt the user for credentials, but it doesn't.
...
hoolio
Cirrostratus
Sep 30, 2009Any variable set in RULE_INIT is global in scope. Any variable set with :: in the beginning of the name is also global regardless of which event it is set in. Global variables are accessible across all TCP connections. Variables set in any non-RULE_INIT event without :: in the front are local. Local variables are accessible across all events but only on that specific TCP connection.
If you set global_URI to 0 first it should fix that TCL error:
set global_URL 0
if { ([HTTP::uri] contains "/solutioncenter") } {
set global variable flag for any old solutioncenter URL
set global_URL 1
Aaron
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects
