HTTP Analyzer = handy app.. of course

wget -d url gets them too.. (www.cygwin.com)

There is a http view headers plugin for mozilla at mozdev.org
A little buggy though...

WG

-----Original Message-----
From: Matthew Fusfield [mailto:[EMAIL PROTECTED]]
Sent: 18 February 2003 16:47
To: CF-Talk
Subject: RE: Set HTTP Headers


Jeff,
You might want to try a tool like HTTP Analyzer (www.coolfusion.com) It
will easily let you see what you are sending down to the browser.
getHTTPRequestData() will only show you what the browser sends you when
it makes its request.

Matt

-----Original Message-----
From: Jeff Chastain [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 18, 2003 11:27 AM
To: CF-Talk
Subject: Set HTTP Headers


I am working on a project where I need to create a new HTTP Header
variable. I thought this was what the cfheader tag was for, but I am not
being able to make it work.  What am I missing here?

<cfheader name="testVar" value="testVarValue">

When I do ....

<cfset x = getHTTPRequestData()>
<cfdump var="#x#">

... I do not see the testVar header.

Thanks
-- Jeff



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to