f5devcentral / irules-toolbox

This repository features a collection iRules of popular and/or critical mitigation updates, maintained by F5ers.
MIT License
41 stars 24 forks source link

ID801705 fix required #5

Open scblakely opened 4 years ago

scblakely commented 4 years ago

Bug ID 801705: When inserting a cookie or a cookie attribute, BIG-IP does not add a leading space, required by RFC

You can use the following to insert the leading space HTTP::cookie attribute $a_cookie insert { SameSite}

In addition, setting the Secure flag with HTTP::cookie secure also has the same issue.

This should be replaced with HTTP::cookie attribute $a_cookie insert { Secure}