dnswatchdog.iodocs

Web Forwards

Track provider-managed DNS redirects (HTTP 301/302) — monitor target URLs, validate redirect chains, and detect broken forwards across CSC and UltraDNS providers.

Open Web Forwards →

A Web Forward (also called a DNS Redirect) represents an HTTP redirect configured at the DNS provider level. Some providers — notably CSC Basic and Vercara UltraDNS — support configuring HTTP 301/302 redirects directly through their platform rather than requiring a separate web server.

DNS Watchdog discovers web forwards during provider sync and validates that the target URL is reachable. Broken web forwards can indicate abandoned infrastructure or misconfigured redirects.

The Web Forwards page showing DNS redirects with source, destination, and redirect chain status

Key fields

FieldDescription
HostnameThe source hostname (e.g. old-site)
FQDNFully qualified source domain (e.g. old-site.example.com)
ZoneThe zone this forward belongs to
ProviderThe DNS provider managing this forward
Source PathOptional path component of the source URL
Target URLThe destination URL traffic is redirected to
Redirect Type301 (permanent) or 302 (temporary)
Statusactive or deleted

Validation

DNS Watchdog periodically validates each web forward by checking whether the target URL is reachable:

FieldDescription
Validation Statuspending — not yet checked, valid — target is reachable, broken — target is unreachable or returns an error
Validation ErrorError details when the target URL is unreachable (e.g. connection timeout, DNS resolution failure)
Last ValidatedTimestamp of the most recent validation check

Associated issues

IssueSeverityDescription
Broken DNS RedirectWarningTarget URL is unreachable or returns an error — may indicate misconfiguration or abandoned infrastructure

Actions

  • Delete — soft-delete a web forward (can be restored)
  • Restore — recover a previously deleted web forward
  • Rescan — trigger a manual validation of the target URL
  • Bulk delete / restore / rescan — manage multiple web forwards at once

Supported providers

Web forwards are only available from providers that support them natively:

ProviderSupport
CSC BasicFull support — discovers and tracks all DNS redirects
Vercara UltraDNSFull support — discovers and tracks all DNS redirects
Route 53, Cloudflare, Azure DNS, Google Cloud DNSNot supported — these providers do not have a native web forward feature

On this page