Re: Get request using cfhttp...possible to see the actual URL sent?

2009-04-06 Thread Azadi Saryev
I'm working on adding in one of the Digg APIs into an app I'm writing and I'm having problems with it. I was wondering if there was anything that I could inspect which would detail the full URL sent to the API. tried posting a reply from email several times, but HoF seems to be broken...

Get request using cfhttp...possible to see the actual URL sent?

2009-04-04 Thread Andy Matthews
I'm working on adding in one of the Digg APIs into an app I'm writing and I'm having problems with it. I was wondering if there was anything that I could inspect which would detail the full URL sent to the API. ~| AdobeĀ®

Re: Get request using cfhttp...possible to see the actual URL sent?

2009-04-04 Thread Jason Fisher
Not quite sure what you're after, but if you're using CFHTTP and trying to reconstruct a URL that gets generated from a request, like in the case of a redirect, try this: cfhttp method=GET url=http://www.yourHTTPREquest.com/?blah=blah; redirect=No/cfhttp cfset httpURL =

Re: Get request using cfhttp...possible to see the actual URL sent?

2009-04-04 Thread Gerald Guido
IF I understand the question Firebug would allow you to view the traffic back and forth from Digg. G! On Sat, Apr 4, 2009 at 10:41 AM, Andy Matthews andymatth...@comcast.netwrote: I'm working on adding in one of the Digg APIs into an app I'm writing and I'm having problems with it. I was