Forum Discussion
Al_7443
Nimbostratus
Jul 05, 2018Retrieve Cookie from Post Response
Hi All,
I'm trying to 'shim' an authentication request to an app, and do a bit of MFA magic with it before returning the cookie to the client. Essentially we grab the User and Pass from the ini...
Andy_McGrath
Cumulonimbus
Jul 06, 2018The HTTP::cookie command can be used in the HTTP request and response event. In HTTP_RESPONSE it is reading the Set-Cookie header so if you know the cookie name can just use HTTP::cookie value, for example:
when HTTP_RESPONSE {
set cookieValue [HTTP::cookie value MFACookie]
TODO: Encrypt $cookieValue and save to table
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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