Rating Criteria

Source Reachability

gatestatic

Description

Verifies that all provided source URLs are accessible and return readable content. This is a gate criterion - if any URL fails, the entire market receives a score of 0.

How It Works

For each source URL, the criterion:

  1. 1.Validates the URL format is valid HTTP or HTTPS
  2. 2.Attempts to fetch the URL via a proxy
  3. 3.Checks for a successful HTTP response (2xx status)
  4. 4.Verifies the content-type is readable (JSON, HTML, plain text, or PDF)

Pass Conditions

  • >All URLs must be valid HTTP/HTTPS format
  • >All URLs must respond with 2xx status code
  • >All URLs must return readable content-type

Supported Content Types

  • application/json
  • text/html
  • text/plain
  • application/pdf