[191] in 6.033-lab
Re: Authentication ?
daemon@ATHENA.MIT.EDU (Benjie Chen)
Mon Mar 13 09:06:52 2000
From: Benjie Chen <benjie@cag.lcs.mit.edu>
Message-Id: <200003131406.JAA22148@amsterdam.lcs.mit.edu>
To: 6.033-lab@MIT.EDU
Date: Mon, 13 Mar 2000 09:06:43 -0500 (EST)
In-Reply-To: <200003131113.GAA23590@LITTLE-MONSTER.MIT.EDU> from "Alexander Yip" at Mar 13, 2000 06:13:28 AM
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
> The RFC doc says that the proxy should not cache any
> files that have authentication information. Does the
> http parser do anything to look for Authentication
> information?
No. You can easily extend the number of headers the http parser
parses by adding them in the http_parse_info structure though. It's
on the top page of the http.c file.
Benjie
--
Benjie Chen
benjie@lcs.mit.edu