fre 2003-08-01 klockan 10.00 skrev Ritesh agrawal:
> I have developed web page for user authentication .
> whenever any user open the Internet browser and type the URL in
> address box , this request would be transfered to my local web
> page through squid redirector facility with original URL as
> parameter.
> My local web page authenticate user by asking user name and
> password . If authentication successful , then original URL will
> be restored and open the requested website in the browser
> otherwise shows 'Authentication Failed' message.
> it is just concepts, i don't know how can it be implemented ,
The tricky part is how your authentication page is to tell Squid that
the user is now authenticated. This needs to be done by means outside of
HTTP, as there is no room in HTTP where you can add this information.
For accelerators cookies can be used for the purpose, making the
solution relatively simple (and contained within HTTP). Proxies are a
entirely different story however as there is no such thing as a "proxy
cookie".
Regards
Henrik
-- Donations welcome if you consider my Free Squid support helpful. https://www.paypal.com/xclick/business=hno%40squid-cache.org Please consult the Squid FAQ and other available documentation before asking Squid questions, and use the squid-users mailing-list when no answer can be found. Private support questions is only answered for a fee or as part of a commercial Squid support contract. If you need commercial Squid support or cost effective Squid and firewall appliances please refer to MARA Systems AB, Sweden http://www.marasystems.com/, info@marasystems.comReceived on Fri Aug 01 2003 - 06:40:37 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:18:31 MST