topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Sunday April 28, 2024, 3:23 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Page Headers by Veign  (Read 8439 times)

Veign

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Posts: 993
    • View Profile
    • Veign - Where design meets development
    • Donate to Member
Page Headers by Veign
« on: January 15, 2007, 09:16 AM »
What it does:
Page Headers will return the http (server) header information from any valid URI. The http header information contains information about the webpage like: last modified, what type of server, if a redirect occured (and the location of the redirect) and the content length that will follow.

Where it is:
http://pageheaders.com/

Sample:
http://pageheaders.c...http://microsoft.com

Please make suggestions on how I can make the report better or more useful.  Also, if you have an idea for an online application that you would like please contact me and lets talk.  See more of my online applications.

[ed. by mouser to add thumbnail image]
Screenshot - 1_16_2007 , 10_16_13 PM_thumb.pngPage Headers by Veign
« Last Edit: January 16, 2007, 10:17 PM by mouser »

tinjaw

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,927
    • View Profile
    • Donate to Member
Re: Page Headers by Veign
« Reply #1 on: January 15, 2007, 09:32 AM »
Nice web app. I can think of one suggestion. Make the tokens in the header links to explanations of what those tokens are used for.

For example:

HTTP/1.1 302 Found
Date: Mon, 15 Jan 2007 15:23:41 GMT
Server: Microsoft-IIS/6.0
P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Location: /en/us/default.aspx
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 136

Veign

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Posts: 993
    • View Profile
    • Veign - Where design meets development
    • Donate to Member
Re: Page Headers by Veign
« Reply #2 on: January 15, 2007, 09:51 AM »
Cool idea. I added some of them

I need to go look at Regular Expressions in PHP to get the status code (will do this tonight)

Veign

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Posts: 993
    • View Profile
    • Veign - Where design meets development
    • Donate to Member
Re: Page Headers by Veign
« Reply #3 on: January 16, 2007, 09:38 PM »
I updated things. 

Whats new:
  • Common http response codes now link to information pages
  • Added quick view graphic (either X or check mark) for displaying status on URL
  • Cleaned up the results page a bit

f0dder

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Posts: 9,153
  • [Well, THAT escalated quickly!]
    • View Profile
    • f0dder's place
    • Read more about this member.
    • Donate to Member
Re: Page Headers by Veign
« Reply #4 on: January 17, 2007, 03:04 AM »
That's a pretty cute idea, Veign!

Linking to the HTTP RFC is cute, and it's nice that redirects are followed :)
- carpe noctem

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,901
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Page Headers by Veign
« Reply #5 on: January 17, 2007, 05:18 AM »
the idea of linking to the appropriate field descriptions was a great idea tinjaw - and nicely implemented veign.  :up:

tinjaw

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,927
    • View Profile
    • Donate to Member
Re: Page Headers by Veign
« Reply #6 on: January 17, 2007, 06:01 AM »
Veign,

I think the natural evolution of the site is to link to information about the domain. I'm not sure if it make sense to go as far as dnsstuff.com, but at least some basic information about the domain most likely would be helpful to visitors. You might even use that information to get better targeted AdSence ads.

Veign

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Posts: 993
    • View Profile
    • Veign - Where design meets development
    • Donate to Member
Re: Page Headers by Veign
« Reply #7 on: January 17, 2007, 09:14 AM »
I have a whois script ready to go, just need time to implement.  Also, I'm trying to think of what other information may be useful for someone looking at page headers.

Keep the ideas coming.