Enforcing a specific order for cookie headers
Posted
by
Paul
on Server Fault
See other posts from Server Fault
or by Paul
Published on 2010-11-09T15:01:27Z
Indexed on
2010/12/24
16:55 UTC
Read the original article
Hit count: 251
We have an application that cares about the order of cookie headers. It shouldn't, since this isn't mandated by the standards and indeed we're getting the headers in various different orders
So we would like to rewrite the headers in Apache so that the cookie headers always appear in a specific order. Is there any way of doing this?
An ideal solution would be specifically about cookie headers, but something that lets us mess with the header order more generally would do too.
© Server Fault or respective owner