landro / TesTcl

when you don't have the balls to test your F5 BIG-IP iRules directly in production
https://testcl.com
BSD 3-Clause "New" or "Revised" License
98 stars 30 forks source link

Error using HTTP::cookie #43

Closed DeadZen closed 4 years ago

DeadZen commented 9 years ago

"HTTP::cookie command is not implemented - use on HTTP::cookie..."

Is this not handled currently? Any plans on it?

landro commented 9 years ago

Not really @DeadZen. If you need it, check out irulehttp.tcl, and try implementing it. It shouldn't be too hard. Right now there is just a stub that @Sebastian-Brzuzek provided.

olanystrom commented 4 years ago

hi @landro can you provide a release for testcl with HTTP:cookie support? 1.0.13 is without cookies

landro commented 4 years ago

Just released 1.0.14 which contains cookie support provided by @kugg .

kugg commented 4 years ago

Its unfortunate that I didn't complete the full feature set on cookies but at least the basics are there. Once my PR was done I realised that there was a new version of F5 devices out with additional features that I had not implemented like custom cookie flags.