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 Textarea Input

From WHATWG Wiki
Revision as of 11:48, 27 November 2007 by Hsivonen (talk | contribs) (Validator.nu x-www-form-urlencoded Input moved to Validator.nu Textarea Input: Forgot how I implemented it...)
Jump to navigation Jump to search

To use Validator.nu as a Web service by POSTing a text field, the client issues an HTTP request either to http://validator.nu/ or http://html5.validator.nu/ using the POST method with an application/x-www-form-urlencoded entity body. Common parameters are encoded as form fields. The document to check is included as the value of a form field called content. The content field must be the last field in the submission.

Percent-encoded octets must decode to UTF-8.

See also