Skip to main content
2Charlie
Inspiring
May 20, 2016
Question

How to view the URL in CFHTTP tag?

  • May 20, 2016
  • 1 reply
  • 502 views

It's failing and I need to view the URL that was sent to my API provider. Is there a way to view this URL with all of its parameters?

    This topic has been closed for replies.

    1 reply

    Carl Von Stetten
    Legend
    May 20, 2016

    Take a look in your http.log file (if on CF10+, look in {ColdFusion Install Folder}\cfusion\logs).

    2Charlie
    2CharlieAuthor
    Inspiring
    May 20, 2016

    Thanks, I'll take a look.

    BKBK
    Community Expert
    Community Expert
    May 21, 2016

    Put this after your cfhttp call, and you will get information to help you debug the issue:

    <cfdump var="#cfhttp#">