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: Difference between revisions

From WHATWG Wiki
Jump to navigation Jump to search
(Document GET)
 
(zap ?)
Line 1: Line 1:
To use Validator.nu via GET, the client issues an HTTP request either to <code>http://validator.nu/?</code> or <code>http://html5.validator.nu/?</code> using the GET method. The IRI (<code>http</code> or <code>https</code.) of the document to check is encoded as a query string parameter called <code>doc</code>. Common parameters are also encoded as query string parameters.
To use Validator.nu via GET, the client issues an HTTP request either to <code>http://validator.nu/</code> or <code>http://html5.validator.nu/</code> using the GET method. The IRI (<code>http</code> or <code>https</code.) of the document to check is encoded as a query string parameter called <code>doc</code>. Common parameters are also encoded as query string parameters.


Only <code>&</code> is supported as a query parameter separator. <code>;</code> is not supported.
Only <code>&</code> is supported as a query parameter separator. <code>;</code> is not supported.


Percent-encoded octets in the query string must decode to UTF-8.
Percent-encoded octets in the query string must decode to UTF-8.

Revision as of 20:45, 26 November 2007

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.