https://bz.apache.org/bugzilla/show_bug.cgi?id=63658

            Bug ID: 63658
           Summary: Header always edit doesn't get applied to 302
                    redirects
           Product: Apache httpd-2
           Version: 2.4.39
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_headers
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

I've got the following line, to add SameSite=strict to cookies:

    Header always edit Set-Cookie ^(.*)$ "$1; SameSite=strict"

This works as expected on 200 responses, but doesn't get applied to 302
redirects.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to