https://bz.apache.org/bugzilla/show_bug.cgi?id=60864
Bug ID: 60864
Summary: FileMatch does not work for mod_header
Product: Apache httpd-2
Version: 2.4.23
Hardware: Macintosh
Status: NEW
Severity: major
Priority: P2
Component: mod_headers
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
<FilesMatch
"\.(js|css|jpg|png|jpeg|gif|xml|txt|pdf|mov|avi|otf|woff|ico|swf)$">
RequestHeader unset Cookie
Header unset Cookie
Header unset Set-Cookie
</FilesMatch>
Sending AJAX data to url
http://localhost/my/json
with POST method not sending Cookies in headers.
After removing this part of code from .htaccess, it sends Cookies in headers.
In this FileMatch no such url or condition.
--
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]