Bug 63658

Summary: Header always edit doesn't get applied to 302 redirects
Product: Apache httpd-2 Reporter: Neil Bowers <neil>
Component: mod_headersAssignee: Apache HTTPD Bugs Mailing List <bugs>
Status: NEEDINFO ---    
Severity: normal    
Priority: P2    
Version: 2.4.39   
Target Milestone: ---   
Hardware: PC   
OS: Linux   

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?