Network tools

Check public HTTP details that need a small server request.

Network tools workflow

Use network tools when the answer depends on a public URL response. These checks make a server-side request so you can inspect headers, redirect chains, security signals, and other HTTP details that the browser may hide from a normal page visit.

Only test public URLs. Internal hosts, private dashboards, and local services should stay out of these tools because the request is made by the app server, not by your own browser.

  • Check redirect hops after moving a page or domain.
  • Inspect response headers before launch or after a CDN rule change.
  • Audit public security headers without exposing private hosts.

Network tools available now