[Bug 2550] Validator seems to be using the IP instead of the domain when checking links

http://www.w3.org/Bugs/Public/show_bug.cgi?id=2550


ville.skytta@iki.fi changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Additional Comments From ville.skytta@iki.fi  2005-11-24 13:00 -------
Nope, the www.epodunk.com server appears to be more or less as it responds with 
"403 Forbidden" to all HEAD requests.  The link checker uses the HTTP HEAD 
method to check links. 
 
$ wget -nv -S --spider http://www.epodunk.com 
http://www.epodunk.com/: 
14:58:41 ERROR 403: Forbidden. 
 
$ HEAD http://www.epodunk.com | head -n 1 
403 Forbidden

Received on Thursday, 24 November 2005 13:00:49 UTC