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
m (Category)
m (s/http/https/)
Line 1: Line 1:
To use [[Validator.nu Web Service Interface|Validator.nu as a Web service]] 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>. [[Validator.nu Common Input Parameters|Common parameters]] are also encoded as query string parameters.
To use [[Validator.nu Web Service Interface|Validator.nu as a Web service]] via GET, the client issues an HTTP request either to <code>https://validator.nu/</code> or <code>https://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>. [[Validator.nu Common Input Parameters|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.

Revision as of 08:37, 21 November 2014

To use Validator.nu as a Web service via GET, the client issues an HTTP request either to https://validator.nu/ or https://html5.validator.nu/ using the GET method. The IRI (http or https.) 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.

See also