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...
hoolio
Cirrostratus
Jun 15, 2010For whichever language you're using you should be able to insert an HTTP header in the request. The format should be:
Authorization: Basic abcd
where abcd is a base64 encoding of the username:password. Here's a wikipedia example for a user of Aladdin and a pass of open sesame:
http://en.wikipedia.org/wiki/Basic_access_authentication
Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==
Aaron
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