I have this cfhttp tag.I want to log the URL to see if it's actually having all the correct parameters because it's not working.
<cfhttp result="objRequest" url="#UrlDecode( strTargetURL )#" method="#CGI.request_method#" useragent="#CGI.http_user_agent#" timeout="15">