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.
Link: http://www11.qad.com/Employee/Presentations/Sales%20Training%20Presentations/QAD2008_CoreEnhancemnts_internal.ppt
Please help!
Thank you in advance.
Regards,
TRX
- James_Quinby_46Historic F5 AccountAll I can see from the outside is a RST-ACK sent by (what I presume to be) your LTM. How is this configured? You'll need to post a bit more information.
- Hello,
- hoolio
Cirrostratus
You might try verifying first that the issue is with the iRule. If you remove the iRule from the VIP and make a request does the process work correctly? - Thank you for your quick response.
- hoolio
Cirrostratus
1. What auth method is the application using? Please do reply with details on the debug logging to see when the issue occurs. - Thank you again. Good catch.
- hoolio
Cirrostratus
Any 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.set global_URL 0 if { ([HTTP::uri] contains "/solutioncenter") } { set global variable flag for any old solutioncenter URL set global_URL 1
- Yes I realized that earlier, but the real issue is this. When:
- hoolio
Cirrostratus
I'm not sure I understand. You want global_URL to be set to 1 afterward for what? Subsequent requests on the same TCP connection or for some/all future TCP connections? Or something else?
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