Re: [SQU] cookies

From: Glen Blundell <gmb@dont-contact.us>
Date: Tue, 2 Jan 2001 13:45:54 +0930

I got this:

GET / HTTP/1.0
Accept: */*
Via: 1.0 waylinux:3128 (Squid/2.3.STABLE4)
X-Forwarded-For: 127.0.0.1
Host: 127.0.0.1:8888
Cache-Control: max-age=259200
Connection: keep-alive

hmm...there is no "Cookie: " header in there..

why would that be? am i missing something stupid?

----- Original Message -----
From: "Duane Wessels" <wessels@squid-cache.org>
To: "Glen Blundell" <gmb@cpscu.com.au>
Cc: <squid-users@ircache.net>
Sent: Tuesday, January 02, 2001 12:09 PM
Subject: Re: [SQU] cookies

>
>
> On Tue, 2 Jan 2001, Glen Blundell wrote:
>
> >
> > I think this has been discuessed before but I didnt really find a
solution
> > when searching through my mailinglist archives.
> >
> > We have had users reporting that they cant access some sites that use
> > cookies through squid (www.harveynorman.com.au and www.dstore.com.au are
our
> > examples)
> >
> > Does anyone have a solution or idea for the problem?
> >
> > I am only using anonymize_headers as below
> >
> > anonymize_headers deny User-Agent
>
> You can debug something like this pretty easily. You can use the
> 'client' program that comes with Squid, and a program called 'socket'
> available at http://www.de.freebsd.org/~wosch/src/socket-1.1.tar.gz
>
> In one window, on the squid machine, run socket:
>
> % socket -s 8080
>
> And in another run client:
>
> % client -H "Cookie: foo=bar\n" http://127.0.0.1:8080/
>
> Then in the socket window you'll see something like this:
>
> GET / HTTP/1.0
> Accept: */*
> Cookie: foo=bar
> Host: 127.0.0.1:8080
> Cache-Control: max-age=2592000
> Connection: keep-alive
>
>
>
> Duane W.
>
> --
> To unsubscribe, see http://www.squid-cache.org/mailing-lists.html
>

--
To unsubscribe, see http://www.squid-cache.org/mailing-lists.html
Received on Mon Jan 01 2001 - 20:18:49 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:57:18 MST