Forum Discussion
Jul 12, 2014
BIG-IP : iRule fails to find cookie
In Google Advanced REST Client , I send my GET request with headers : Cookie: special=1 My iRule has the following code : when HTTP_REQUEST {
set cookie_special [HTTP::cookie value "s...
Kevin_Stewart
Jul 13, 2014Employee
You can use a simple cURL command that sets a cookie header:
curl -v http://x.x.x.x -H "Cookie: mycookie=1; yourcookie=2"
This sends two cookies in the request.
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