Guy said:
after I enter info on the hotmail login site I get directed towards a page
that looks empty and it stops there the contents of the page are this :
<html><head><script
type="text/javascript">top.location.replace("
http://www.hotmail.msn.com/cgi-bin/sbox?t=XXX&p=XXXlc=XXX&id=XXX");function
Ok. I see the meta-refresh setting now. It is enabled.
For Hotmail,
www.hotmail.com takes you to their Passport login page. I
think there are 2 interstitchal pages after submitting those login
credentials before you get to the mailbox web page. The first one is the
action for the form data entered on the login page to submit the data to an
SSL page (to protect your login credentials). I'd rather have the login
page be itself SSL secured so you can see the padlock icon in the status
bar. However, after looking at the action for the submit of the form data
of the Passport login page, I see that it gets sent to an HTTPS:// page
which means the SSL connect must be done first and then the login
credentials get sent.
For Hotmail, you do not need to allow cookies although some 3rd party ones
are offered. However, I believe that you must have Referrer enabled in your
firewall for the remaining pages to work to redirect you to their webmail
page. You could try disabling your firewall temporarily. You could also
try adding *.hotmail.com, *.hotmail.microsoft.com, *.msn.com, and
*.microsoft.com to the trusted sites list. I forget which ones to use and
remember having to experiment to see which subdomains were needed so that I
didn't have to unblock Referrer for all sites.
The use of Referrer is not only to track you for marketing purposes. It is
also to guarantee that the site knows from whence you came when you get to
one of their web pages and allows for securing navigation through their
site.