Re: Validate https pages?

* Ron Bich - ronaldjbich wrote:
>I have updated a secured page to html40 and cannot get the validator icon to
>validate the page when I click on it.   The page will validate from the
>http://www.w3schools.com/site/site_validate.asp web site however when I
>click on the icon from the page that has been upgraded and displays the icon
>I get the following web page message:
>Sorry, this type of URI scheme (undefined) is not supported by this service.
>Please check that you entered the URI correctly.

Use <http://validator.w3.org/check?uri=http://www.example.com> instead
of <http://validator.w3.org/check/referer> to link to the validator.
Your browser/proxy/whatever does not pass the URI of the web site
through the "Referer:" and so the validator does not know which page to
validate.

Received on Wednesday, 26 November 2003 18:58:44 UTC