Re: query

From: Bob Franklin <r.c.franklin@dont-contact.us>
Date: Thu, 15 Jun 2000 19:00:40 +0100 (GMT Daylight Time)

On Thu, 15 Jun 2000, Saugata Das Purkayastha wrote:

> My university uses squid proxy server. When, I try to access web through
> my browser, squid, asks for authentication based on user Id and password.
> After that, it never verifies the user Id and password, if we use the same
> browser window, but if we open a new browser window, it will again verify
> the user. I want to know, whether squid maintains one persistent TCP
> connection, with each browser window; authenticating the user, before the
> connection is set up. And this TCP connection is maintained, till we
> close the browser. Is my idea correct???

Squid will request authentication for each fetch.

The first time you try to fetch something through the proxy, an error will
be returned saying 'proxy authentication required' to your browser.

Your browser then prompts you for your username and password. It then
caches that information in memory (unless you tick the box 'Remember my
username and password').

Whenever it submits a request for an object, it includes the username and
password information with the request automatically.

So - your browser is not maintaining a persistent connection but
remembering the username and password you gave it. This is being sent to
the proxy automatically by your brwoser, without you having to type it in
again.

Hope this explains things,

  - Bob

-- 
 Bob Franklin <r.c.franklin@reading.ac.uk>     Tel. +44 (0)118 931 8432
 Systems and Communications, IT Services, The University of Reading, UK
Received on Thu Jun 15 2000 - 12:07:50 MDT

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