CFHTTP Connection Failure (fwd)

2002-05-14 Thread Tony Schreiber
I've checked the forums and search on google, but I've yet to find an answer. I'm trying to make a CFHTTP call to ebay. And all I get are connection failure. The CFHTTP.Header is EMPTY. As in, NOTHING. No status code, no nothing. I can hit the url and get a response using a browser on the

RE: CFHTTP Connection Failure (fwd)

2002-05-14 Thread Mark A. Kruger - CFG
Ok - Add the throwonerror=yes attribute to your cfhttp tag call. sometimes connection failure is a read herring for some other error. mark -Original Message- From: Tony Schreiber [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 14, 2002 3:04 PM To: CF-Talk Subject: CFHTTP Connection

RE: CFHTTP Connection Failure (fwd)

2002-05-14 Thread Tony Schreiber
3:04 PM To: CF-Talk Subject: CFHTTP Connection Failure (fwd) I've checked the forums and search on google, but I've yet to find an answer. I'm trying to make a CFHTTP call to ebay. And all I get are connection failure. The CFHTTP.Header is EMPTY. As in, NOTHING. No status code, no nothing

RE: CFHTTP Connection Failure (fwd)

2002-05-14 Thread Mark A. Kruger - CFG
Tony hm ok, what's the page you are requesting like? Does it have a CFCONTENT tag in it? Or a cflocation? -mk -Original Message- From: Tony Schreiber [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 14, 2002 3:23 PM To: CF-Talk Subject: RE: CFHTTP Connection Failure (fwd

Re: CFHTTP Connection Failure (fwd)

2002-05-14 Thread Jon Hall
it working for http and https gets so far. Next weekend I get it to do posts. Thank you Macromedia! jon - Original Message - From: Tony Schreiber [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, May 14, 2002 4:04 PM Subject: CFHTTP Connection Failure (fwd) I've checked

RE: CFHTTP Connection Failure (fwd)

2002-05-14 Thread Tony Schreiber
Message- From: Tony Schreiber [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 14, 2002 3:23 PM To: CF-Talk Subject: RE: CFHTTP Connection Failure (fwd) I've done that. I get no status available on the result cf error page. I also use CFDUMP on CFHTTP and there is, as described, nothing

RE: CFHTTP Connection Failure (fwd)

2002-05-14 Thread Mark A. Kruger - CFG
Yeah usually you get SOMETHING back - if the page is responsive. -Original Message- From: Tony Schreiber [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 14, 2002 4:03 PM To: CF-Talk Subject: RE: CFHTTP Connection Failure (fwd) hm ok, what's the page you are requesting like

RE: CFHTTP Connection Failure (fwd)

2002-05-14 Thread Rizal Firmansyah
) by changing one of the cfhttpparams I was using. I'm still baffled why I would an empty reponse though... -mk -Original Message- From: Tony Schreiber [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 14, 2002 3:23 PM To: CF-Talk Subject: RE: CFHTTP Connection Failure (fwd) I've