Forum Discussion
Robert_47833
Aug 17, 2011Altostratus
HTTP::cookie insert name 1cookie value 2 path "/" domain $domain
Hi,dear irule
when HTTP::request
{set domain [domain [HTTP::host] 2]}
when HTTP::response
{
HTTP::cookie insert name 1_cookie value "2" path "/" domain $domain
...
hooleylist
Aug 22, 2011Cirrostratus
Can you try testing with curl on LTM to see if the cookie is being set correctly? You can use something like this:
curl -v http://1.1.1.1/file.ext -H "Host: www.example.com"
You can check the Set-Cookie header in the response to see if the cookie is being set. If that works, then I'd try opening a case with F5 Support and ask them to review your HttpFox logs.
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