Comme le dit quelqu'un, c'est un problème avec les serveurs qui font tourner des virtual hosts. Il aurait fallu faire :
$ telnet www.microsoft.com 80
Trying 80.15.235.144...
Connected to 80.15.235.144.
Escape character is '^]'.
HEAD / HTTP/1.0 Host: www.microsoft.com
HTTP/1.0 200 OK
Server: Microsoft-IIS/6.0
P3P: CP='ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI'
X-Powered-By: ASP.NET
Content-Length: 40578
Content-Type: text/html
Expires: 2003年8月29日 07:50:14 GMT
Date: 2003年8月29日 07:41:37 GMT
Connection: close
[^] # Re: Je suis le seul à ne pas avoir compris ?
Posté par gabuzo . En réponse à la dépêche Ironie du sort pour MS: obligé d'utiliser du Linux. Évalué à 9.
$ telnet www.microsoft.com 80
Trying 80.15.235.144...
Connected to 80.15.235.144.
Escape character is '^]'.
HEAD / HTTP/1.0
Host: www.microsoft.com
HTTP/1.0 200 OK
Server: Microsoft-IIS/6.0
P3P: CP='ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI'
X-Powered-By: ASP.NET
Content-Length: 40578
Content-Type: text/html
Expires: 2003年8月29日 07:50:14 GMT
Date: 2003年8月29日 07:41:37 GMT
Connection: close
Connection closed by foreign host.