Return to Steve's PLUG House

Steve's Safety Glasses for the Web

Display a Web Page's Source and HTTP Header

Display a Web page's source code and HTTP header WITHOUT rendering the page in your browser first. This enables you to see what a page would do without it actually doing it in your browser. And it's fast. Sure, you could use wget or lynx to do a similar thing, but there are times when you're not at your own machine.

Enter the URL of the page you wish to display, leaving off the http:// part eg. www.server.com/page.html
NOTE: If you want to display an index page, type the whole URL eg. www.server.com/~home/index.html or www.server.com/path/default.htm

Display HTML source    Show plain text (ie. strip HTML tags)