Forum Discussion
Janek_42109
Mar 16, 2016Nimbostratus
iRule basic authentification on the node issue
Dear All,
I have an issue with a basic authentification on the node side. I'm using an iRule to manage the authentification like the following :
when HTTP_REQUEST {
set basicdata [b64encode "foo...
- Mar 17, 2016
Please try this iRule.
when HTTP_REQUEST { set data {foo:$AAAbb""*} set basicdata [b64encode $data] HTTP::header insert Authorization "Basic $basicdata" }
wonsoo_41223
Mar 17, 2016Historic F5 Account
Please try this iRule.
when HTTP_REQUEST {
set data {foo:$AAAbb""*}
set basicdata [b64encode $data]
HTTP::header insert Authorization "Basic $basicdata"
}
- Janek_42109Mar 17, 2016NimbostratusHello, It works !! Thank you very much
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