name_not_resolved
The host name of the requested URL could not be resolved.
target dnsHTTP 400terminalnever billed
Common causes
- · The hostname does not exist publicly.
- · The name only resolves inside your private DNS.
- · A typo in the domain, or a domain that expired.
What to do
- · Resolve the hostname from outside your network before capturing it.
- · An internal-only hostname will never resolve from the capture pool — that is the egress policy, not a bug.
- · The code is terminal rather than retryable: a retry with the same name resolves the same way.
Response shape
HTTP 400
{
"is_successful": false,
"error_code": "name_not_resolved",
"error_message": "The host name of the requested URL could not be resolved.",
"documentation_url": "https://api.pagecapture.dev/docs/errors/name_not_resolved",
"request_id": "req_01..."
}