IIS 6.0 content-location field FIXED !!!
There was a problem with content-location IIS 6.0, as the header may reveal IP address information, for example:
HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
Content-Location: http://10.1.1.1/Default.htm
Date: Friday, 10 June 2004 11:03:22 GMT
Content-Type: text/html
Accept-Ranges: bytes
Last-Modified: Friday, 10 June 2004 11:00:05 GMT
ETag: "067f136a639be1:12c5"
Content-Length: 4123
Previously, in IIS 5.0 and 4.0, you can set the UseHostName to TRUE to replace the internal IP address with the FQDN of the site. I talked about this before. However this is not available for IIS 6.0, last I heard that this will be fix in SP1. But today, I found this kb:
834141 FIX: IP address is revealed in the content-location field in the TCP header in IIS 6.0
So Microsoft is releasing it first, but you have to ring PSS to get the fix. The other work around is to configure Host Header for the site.