Skip to content

ID801705 fix required #5

Description

@scblakely

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}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions