← Back to Arsenal
📄 Recon · Server-Side Fetch

View Source

Fetch the raw HTML source of any public URL — syntax highlighted, line-numbered, one-click copy & download.

Server-Side Syntax Highlighted Line Numbers Export Free Forever

⚠️

Fetch failed.

source.html

What is View Source?

View Source fetches the raw HTML source code of any public URL from our server, bypassing browser rendering and JavaScript execution. Unlike the browser's native "View Page Source", this tool shows you the exact HTTP response the server sends — including server-side rendered markup.

Results are syntax-highlighted with line numbers for easy reading and can be copied or downloaded as a file.

How to Use

  1. Enter any public URL (must start with https:// or http://).
  2. Click Fetch Source.
  3. The HTML source appears with syntax highlighting and line numbers.
  4. Use Copy to copy all source, or Download to save as a file.

Private IPs and localhost are blocked for security.

Common Use Cases

  • Inspect meta tags and Open Graph data
  • Check structured data / JSON-LD schema markup
  • Audit competitor HTML structure
  • Verify server-side rendering output
  • Debug website source from a different IP/location