A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.
To request an account, ask an autoconfirmed user on Chat (such as one of these permanent autoconfirmed members).
Validator.nu GET Input
Jump to navigation
Jump to search
To use Validator.nu via GET, the client issues an HTTP request either to http://validator.nu/?
or http://html5.validator.nu/?
using the GET method. The IRI (http
or https</code.) of the document to check is encoded as a query string parameter called
doc
. Common parameters are also encoded as query string parameters.
Only
&
is supported as a query parameter separator. ;
is not supported.
Percent-encoded octets in the query string must decode to UTF-8.