RE: cfhttp stopped working, anyone experienced this

2008-04-17 Thread Scott Mulholland
Trapping it just showed me it was a connection timeout. Oddly (or not) a reboot seems to have fixed this. -Original Message- From: AJ Mercer [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 16, 2008 8:05 PM To: CF-Talk Subject: Re: cfhttp stopped working, anyone experienced

Re: cfhttp stopped working, anyone experienced this

2008-04-17 Thread [STS] Ravi Gehlot
8:05 PM To: CF-Talk Subject: Re: cfhttp stopped working, anyone experienced this are you happy with the URL being used, if it is being generated dynamically it may be malformed or incorrect. Is it in a cf try? Also, try dumping CFHTTP after the call - it will have a status code and other

Re: cfhttp stopped working, anyone experienced this

2008-04-16 Thread AJ Mercer
if you log onto the server, can you browse to the URL? Can you ping the domain? Have firewall settings changed? On Wed, Apr 16, 2008 at 7:05 AM, Scott Mulholland [EMAIL PROTECTED] wrote: I have a piece of code that has always worked that does a cfhttp to create a static file. The file it

RE: cfhttp stopped working, anyone experienced this

2008-04-16 Thread Scott Mulholland
Yes on the browse, yes on the ping, I have an inquiry in on the firewall settings. -Original Message- From: AJ Mercer [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 16, 2008 3:18 AM To: CF-Talk Subject: Re: cfhttp stopped working, anyone experienced this if you log onto the server

Re: cfhttp stopped working, anyone experienced this

2008-04-16 Thread AJ Mercer
] wrote: Yes on the browse, yes on the ping, I have an inquiry in on the firewall settings. -Original Message- From: AJ Mercer [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 16, 2008 3:18 AM To: CF-Talk Subject: Re: cfhttp stopped working, anyone experienced this if you log onto

Re: cfhttp stopped working, anyone experienced this

2008-04-16 Thread Cutter (CFRelated)
If you can browse and ping then I doubt your firewall is at fault, unless your calling in a file whose MIME type isn't registered with the firewall. CFHTTP uses port 80 by default. If you can browse it from the server then the port isn't the issue (or the MIME type for that matter). Definitely

Re: cfhttp stopped working, anyone experienced this

2008-04-16 Thread [STS] Ravi Gehlot
Try using cfsetting timeout=3600 Ravi. On Wed, Apr 16, 2008 at 9:26 PM, Cutter (CFRelated) [EMAIL PROTECTED] wrote: If you can browse and ping then I doubt your firewall is at fault, unless your calling in a file whose MIME type isn't registered with the firewall. CFHTTP uses port 80 by

cfhttp stopped working, anyone experienced this

2008-04-15 Thread Scott Mulholland
I have a piece of code that has always worked that does a cfhttp to create a static file. The file it calls is on the same server/domain. Today the cfhttp just keeps timing out. cfhttp calls to other urls not on the server work without issue though. Anyone else experience anything like this?

Re: cfhttp stopped working, anyone experienced this

2008-04-15 Thread Dave Morris
I have a piece of code that has always worked that does a cfhttp to create a static file. The file it calls is on the same server/domain. Today the cfhttp just keeps timing out. cfhttp calls to other urls not on the server work without issue though. Anyone else experience anything like this?