View cfhttp request

前端 未结 3 453

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 a

3条回答
  •  余生分开走
    2020-12-21 02:05

    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.

提交回复
热议问题