Re: [squid-users] reverse proxy and standard http auth.

2007-06-09 Thread Henrik Nordstrom
tor 2007-06-07 klockan 15:19 -0700 skrev leongmzlist: Hi I'm trying reverse proxy urls w/ basic auth (http://user:[EMAIL PROTECTED]/path/file ). From a browser, or by using a redirector? In nearly all cases the browser will just send the URL-path to the originserver (the reverse proxy).

Re: [squid-users] reverse proxy and standard http auth.

2007-06-09 Thread leongmzlist
The urls are sent via libcurl as http://user:[EMAIL PROTECTED]/whatever/cgi?args I disabled the stop hierarchy flags in squid to cache cgi requests. I mainly want http://user1:[EMAIL PROTECTED]/whatever/cgi?arg1 cached. When user2 comes and request for the same thing, but w/ different

Re: [squid-users] reverse proxy and standard http auth.

2007-06-09 Thread Henrik Nordstrom
lör 2007-06-09 klockan 01:12 -0700 skrev leongmzlist: The urls are sent via libcurl as http://user:[EMAIL PROTECTED]/whatever/cgi?args I disabled the stop hierarchy flags in squid to cache cgi requests. Are you sure libcurl will send this on this form when talking to a web server? It's not

[squid-users] reverse proxy and standard http auth.

2007-06-07 Thread leongmzlist
Hi I'm trying reverse proxy urls w/ basic auth (http://user:[EMAIL PROTECTED]/path/file ). How will squid handle that? If squid received a request for the same file, but w/ different credentials, will it hit the cache version or will it hit the parents? mike