Donnie,

you will need a sniffer on the server to see any HTTP request from CF.  If
you are doing local development (where cf is installed on your laptop or
desktop) then that's where your proxy/sniffer needs to live. CFHTTP is
technically not a "browser" request - just a straight HTTP request using
tcp.  I use wireshark for this - fiddler is more of a browser plugin - or at
least, it proxys it's data to a browser. I suspect it "could" work for
cfhttp request -just not positive as I've never tried it. Steve's suggestion
is a good one and fiddler (or Charles) is a great addition to your toolkit
but it may not work in this specific instance. Sorry to redirect your
efforts :)

-Mark


Mark Kruger - CFG
CF Webtools
www.cfwebtools.com
www.coldfusionmuse.com
O: 402.932.3318
E: mkru...@cfwebtools.com
Skype: markakruger



-----Original Message-----
From: Donnie Carvajal [mailto:donnie.carva...@transformyx.com] 
Sent: Tuesday, October 14, 2014 11:53 AM
To: cf-talk
Subject: Re: CFHTTP Raw Request


I think I may be confused.  I need to see the raw headers that CFHTTP is
creating.  I installed Fiddler on the development and ran it. When I call
the CF page that includes the CFHTTP, I am not seeing any new requests in
Fiddler.  I'm not sure how a browser would show me CFHTTP headers that are
created.  Am I missing something?

Thanks,

Donnie Carvajal

> It's just a program that when run will sit between the browser and the 
> world outside the computer (internet, intranet, etc).  It displays 
> what is going in and out.
> 
> It's an easy install and adds piece to IE/Chrome/Firefox as well as 
> installing the App.  You just run it and use your web browser.  If you 
> are working with HTTPS/SSL/TLS then there is a way to set it up to 
> track that data as well (Technically a man in the middle, but you are 
> doing it to yourself so it's ok).
> 
> Steve
> -----Original Message-----
> From: Donnie Carvajal [mailto:donnie.carva...@transformyx.com] 
> Sent: Tuesday, October 14, 2014 11:21 AM
> To: cf-talk
> Subject: Re: CFHTTP Raw Request
> 
> 
> Hi Steve,
> 
> Thanks for the suggestion.  I've never used Fiddler before.  Are there 
> any special configurations to watch a cfhttp request?
> 
> Thanks,
> 
> Donnie Carvajal



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359466
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to