Skip to content

Validate Resource

You can validate a URL with Zynk using the validate resource task. You can use any online validator, however our default ishttp://validator.w3.org/check.

Settings

Output File

Required
The HTML response from validation will be written to this file.

URL

Required
The URL you are validating, e.g http://validator.w3.org/

Validation URL

Required
The validation checker you are using, e.g http://validator.w3.org/check

Zynk Settings

See Common Task Settings

Examples

To validatehttp://validator.w3.org/, follow the steps below:

  1. Set your URL to http://validator.w3.org/
  2. Set your Validation URL to http://validator.w3.org/check
  3. Configure your output file, e.g response.html
  4. Run workflow!