*sniff*

LTjake on 2003-05-06T14:15:35

Today, I wanted to see what headers my ASP (*gasp*) was sending. For the longest time I've had the Mozilla Web Sniffer in my bookmarks list and used it frequently.

Alas, today it went missing -- 404.

Of course, there's always the head script that comes with the LWP stuff, but as far as web based tools I found a replacement at delorie.com. There's also the LiveHTTPHeaders extension for firebird.


livehttpheaders

inkdroid on 2003-05-06T14:51:41

My that is handy. Thanks for the tip. Here's what I see under VIEW -> PAGE INFO -> HEADERS when viewing this page:
HTTP/1.x 200 OK
Date: Tue, 06 May 2003 14:47:19 GMT
Server: Apache/1.3.27 (Unix) mod_perl/1.27
X-Powered-By: Slash 2.003000
X-Bender: Care to contribute to the Anti-Mugging-You Fund?
Cache-Control: no-cache
Pragma: no-cache
Keep-Alive: timeout=15, max=98
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html
Cheers!

Re:livehttpheaders

LTjake on 2003-05-06T15:23:56

diveintomark.org gives:

HTTP/1.x 200 OK
Date: Tue, 06 May 2003 15:20:53 GMT
Server: Apache/1.3.27 (Unix) (Red-Hat/Linux) PHP/4.1.2 mod_gzip/1.3.26.1a DAV/1.0.3 mod_ssl/2.8.12 OpenSSL/0.9.6b mod_webkit/0.5
Vary: Accept-Encoding
X-Clerks: I'm not even supposed to BE here today!
Last-Modified: Tue, 06 May 2003 15:16:32 GMT
Keep-Alive: timeout=5, max=5
Connection: Keep-Alive
Content-Type: text/html
Content-Encoding: gzip
Content-Length: 4325

BTW, Checky is also a nice extension.

Re:livehttpheaders

inkdroid on 2003-05-06T15:50:22

Oh my god, checky is sweet. I feel like I've been living in the stone ages, and had no idea there were all these goodies at mozdev.org.