Closed jerrysu closed 9 years ago
I noticed that the cookieRewrite option was not fully working on some production servers that I wanted to proxy to. It turned out that the Secure flag was in lowercase on those servers. This simply changes the regexp to be case-insensitive.
cookieRewrite
Secure
Thanks, released as 0.11.0.
I noticed that the
cookieRewrite
option was not fully working on some production servers that I wanted to proxy to. It turned out that theSecure
flag was in lowercase on those servers. This simply changes the regexp to be case-insensitive.