Newsgroups: mail-lists.delegate-en
[DeleGate-En] Cookie problems...
Hi there! I think we found a problem with the processing of cookie in
reverse proxy!
I use the version 8.7.5.
We have a cookie that is set by a server behind a http reverse proxy.
This is the config file of the reverse proxy:
SERVER=http
MOUNT="/* http://www.in.our.org:2080/* vhost=-www.out.our.org"
RELAY=no
REMITTABLE="http"
CACHE=no
Here's the cookie that was set by our http server:
Set-Cookie: CDIIS=Val+On+Server; expires=Wed, 29-Oct-2003 15:28:40 GMT;
domain=.our.org; path=/
But it's rewriten by delegate and return to the web browser this:
Set-Cookie: CDIIS=Val+On+Server; expires=Wed, 29-Oct-2003 15:28:40 GMT;
domain=www.out.our.org; path=/
I don't understand why the domain is rewriten with www.out.our.org
<http://www.out.our.org> since there's not an entry for <.our.org> to
be translated by <www.out.our.org>...
If it's the normal way of doing with cookie, which I doubt, maybe there
should be a config setting to bypass the rewriting for a specific
proxy???
If you need more information, please be free to contact me...
|