Forum Discussion
i-rule header insert - APM
- May 23, 2022
Try:
HTTP::header insert "userpass" [ACCESS::session data get -secure session.sso.token.last.password]
But I would NOT write the password in a http header.
when HTTP_REQUEST {
#HTTP::header replace "Host" "x.x.x.x"
}
when ACCESS_ACL_ALLOWED {
HTTP::header insert "username" [ACCESS::session data get session.sso.token.last.username]
HTTP::header insert "userpass" [ACCESS::session data get session.sso.token.last.password]
}
I configure this, and it's insert the username correct but no the password.
any idea ?
Try:
HTTP::header insert "userpass" [ACCESS::session data get -secure session.sso.token.last.password]
But I would NOT write the password in a http header.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* 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