-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
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}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels