> Out of curiosity how exactly do you grab a header? 

A telnet client will do nicely for this. There are pieces of software
designed for this specific task, as well. Howie's site has one called
HTTPAnalyzer:
http://www.coolfusion.com/

> How do you tell if a site has pages ending in .htm 
> which are really cfm pages?

If you're using CF's session/client management, by default the CFID and
CFTOKEN values will be passed back to the server on each subsequent page
request (and of course, with cookies, they're set on the initial page
request). All that info is in the HTTP request and response headers

> Also I've always wanted to know a bit more about headers 
> but found some of the RFCs a long read anyone have any 
> good resources?

There isn't that much you have to know about them. They're plain text, so
you can read them for yourself. However, O'Reilly has a good HTTP pocket
reference.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with 
'unsubscribe' in the body or visit the list page at www.houseoffusion.com

Reply via email to