Re: HotMail

From: Penisoara Adrian <ady@dont-contact.us>
Date: Tue, 19 Aug 1997 10:27:20 +0300 (EEST)

Hi,

  I would do it in another way:

  I'd use proxy.pac discrimination, directing the user's browser to fetch
directly the www.hotmail.com requests, as to be recognized his address.
  So, in the AutoConfig javascript insert a line that says

   if(shExpMatch(host,"www.hotmail.com")
     return "DIRECT";

 Still this is not such a good ideea, it will prevent caching for images &
such things that don't change and don't need to be "authetificated"
through the IP. You might want to restrict the redirection only to the
url which actually does need the IP authentification...

  Ady (@warp.starnets.ro)
Received on Tue Aug 19 1997 - 00:40:21 MDT

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