Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

View cfhttp request

I would like to view the actual http request that gets sent via my cfhttp tag. What is the best tool to capture this?

Specially, I want to see exactly what headers and content are being sent.

like image 346
Jason Avatar asked Aug 18 '10 18:08

Jason


1 Answers

To expand on what Edward has said and to answer your question about how you can view a request on ColdFusion;

Create a page that simply dumps everything out from GetHttpRequestData().

Have a look at the livedocs on getHttpRequestData() for more information.

like image 78
Stephen Moretti Avatar answered Sep 21 '22 00:09

Stephen Moretti