Forum Discussion
Arthur_Chapin_1
Oct 13, 2005Nimbostratus
iRule to rewrite cookie domain
Can an irule be used to rewrite a cookies domain by intercepting the HTTP response, I am super new to iRules but I assume it would look something like this, im just not sure how the syntax should be ...
Brian_Gupta_115
Oct 14, 2005Nimbostratus
Try:
when HTTP_RESPONSE {
set cookieDomain [HTTP::cookie domain "cookiename"]
if { $cookieDomain contains "domainA" } {
HTTP::cookie domain "cookiename" "domainB"
}
}
If you don't know the "cookiename" try "HTTP::cookie names".
Not sure if this will work... got the info from here Click here
-Brian
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