Forum Discussion
Sharon_Lucas_55
Nimbostratus
Apr 28, 2010Problem authenticating if password contains a @
I'm using the iControl SDK to create a Java application that automates configuring BIG-IP.
If my admin password for BIG-IP does not contain a @, authentication to the BIG-IP host via my Jav...
The only references to this error I could find involved multiple iRules where one redirected the request and another tried to get the content-type header value. Do you have rewrite redirects enabled on the HTTP profile?
Else, if you'd like to work on this more quickly, you could open a case with F5 Support. They'll be able to look at your full configuration and help determine why the error is being generated.
Aaron
- Samir_Jha_52506Nov 06, 2018
Noctilucent
You can use LTM policy to achieve requirement.
However iRule is also choice. Create data group
and try below iRule.MyIPList
when HTTP_REQUEST { if { [class match [IP::client_addr] equals MyIPList] } { pool alternate_pool } else { HTTP::redirect "https://[HTTP::host]/underconstruction.html" } }
- tihi_341714Nov 07, 2018
Nimbostratus
Thanks a lot! I managed to get this working with an iFile.
Have a nice day!
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