Bug 63658 - Header always edit doesn't get applied to 302 redirects
Summary: Header always edit doesn't get applied to 302 redirects
Status: NEEDINFO
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_headers (show other bugs)
Version: 2.4.39
Hardware: PC Linux
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-11 10:03 UTC by Neil Bowers
Modified: 2022-12-14 16:01 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Neil Bowers 2019-08-11 10:03:23 UTC
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.
Comment 1 Venkatesan 2022-12-14 15:29:04 UTC
Hi Team,
Any update on this?
Comment 2 Eric Covener 2022-12-14 16:01:38 UTC
(In reply to Venkatesan from comment #1)
> Hi Team,
> Any update on this?

where does the original set-cookie come from in your case?