RE: CFHTTP and CFMX 6.1 / IIS6 / Server2003

2005-04-14 Thread Ewok
into the DMZ eventually. -Original Message- From: Jared Rypka-Hauer - CMG, LLC [mailto:[EMAIL PROTECTED] Sent: Thursday, April 14, 2005 12:49 AM To: CF-Talk Subject: Re: CFHTTP and CFMX 6.1 / IIS6 / Server2003 Hate to ask the obvious... But have you tried ping, tracert, or using IPs instead

RE: CFHTTP and CFMX 6.1 / IIS6 / Server2003

2005-04-14 Thread Ken Ferguson
(or whatever). Make the secondary DNS server an external one, so you'll still be able to open www.google.com. That should help you out. --Ferg -Original Message- From: Ewok [mailto:[EMAIL PROTECTED] Sent: Thursday, April 14, 2005 8:29 AM To: CF-Talk Subject: RE: CFHTTP and CFMX 6.1 / IIS6

RE: CFHTTP and CFMX 6.1 / IIS6 / Server2003

2005-04-14 Thread Ewok
- From: Ken Ferguson [mailto:[EMAIL PROTECTED] Sent: Thursday, April 14, 2005 9:40 AM To: CF-Talk Subject: RE: CFHTTP and CFMX 6.1 / IIS6 / Server2003 There's a very simple fix. Have that server use an internal DNS server which points to its local ip address instead of the public on you find

CFHTTP and CFMX 6.1 / IIS6 / Server2003

2005-04-13 Thread Ewok
This is driving me nuts. I have a cfm template that generates XML to be = read via cfhttp from another template. I can go to the xml page fine in a browser and it looks just as it = should. However, cfhttp is unable to read the page for some reason. Here is the cfhttp dump Charset

RE: CFHTTP and CFMX 6.1 / IIS6 / Server2003

2005-04-13 Thread Ewok
be tons of fun. -Original Message- From: Ewok [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 13, 2005 2:01 PM To: CF-Talk Subject: CFHTTP and CFMX 6.1 / IIS6 / Server2003 This is driving me nuts. I have a cfm template that generates XML to be = read via cfhttp from another template. I

RE: CFHTTP and CFMX 6.1 / IIS6 / Server2003

2005-04-13 Thread Ian Skinner
www.BloodSource.org Sacramento, CA C code. C code run. Run code run. Please! - Cynthia Dunning -Original Message- From: Ewok [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 13, 2005 11:01 AM To: CF-Talk Subject: CFHTTP and CFMX 6.1 / IIS6 / Server2003 This is driving me

RE: CFHTTP and CFMX 6.1 / IIS6 / Server2003

2005-04-13 Thread Justin D. Scott
I am also to read sites outside the network via cfhttp (cfhttp url=HYPERLINK http://google.com/; works fine) Just not sites from inside the network here apparently. Is your server on a non-routable IP address behind a NAT router? If that is the case and you're using the URL to connect, your

Re: CFHTTP and CFMX 6.1 / IIS6 / Server2003

2005-04-13 Thread Howie Hamlin
Actually, if you request a page on a Windows server from the same server the traffic is not routed at all. Regards, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server PrismAV -

RE: CFHTTP and CFMX 6.1 / IIS6 / Server2003

2005-04-13 Thread Ewok
Hamlin [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 13, 2005 2:18 PM To: CF-Talk Subject: Re: CFHTTP and CFMX 6.1 / IIS6 / Server2003 Actually, if you request a page on a Windows server from the same server the traffic is not routed at all. Regards, -- Howie Hamlin - inFusion Project Manager

RE: CFHTTP and CFMX 6.1 / IIS6 / Server2003

2005-04-13 Thread Dave Watts
Well this is odd... I can hit the webserver from anywhere on the network EXCEPT from the webserver its self. Must be a network issue. The webserver is on a DMZ by itself. The weird thing is... I can get to google fine from the webserver, just not sites running on the webserver! This

RE: CFHTTP and CFMX 6.1 / IIS6 / Server2003

2005-04-13 Thread Ewok
out soon and get it moved back. Thanks for the replies guys. I appreciate your efforts. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 13, 2005 2:39 PM To: CF-Talk Subject: RE: CFHTTP and CFMX 6.1 / IIS6 / Server2003 Well this is odd... I can hit

RE: CFHTTP and CFMX 6.1 / IIS6 / Server2003

2005-04-13 Thread Dave Watts
Actually, if you request a page on a Windows server from the same server the traffic is not routed at all. This isn't necessarily true. When you make a request from the server console using a browser, and you enter a fully-qualified host and domain name, the browser asks the operating system

Re: CFHTTP and CFMX 6.1 / IIS6 / Server2003

2005-04-13 Thread Howie Hamlin
Yes, true and that's what I meant - that if the IP resolves to a local IP on the host then the traffic is not routed. Regards, Howie --- On Wednesday, April 13, 2005 2:48 PM, Dave Watts scribed: --- Actually, if you request a page on a Windows server from the same server the traffic is not

RE: CFHTTP and CFMX 6.1 / IIS6 / Server2003

2005-04-13 Thread Justin D. Scott
Yes, true and that's what I meant - that if the IP resolves to a local IP on the host then the traffic is not routed. Right, but if the server is behind a NAT router it will usually have a different IP address than the one that the domain resolves to in DNS, so the request would be sent out to

RE: CFHTTP and CFMX 6.1 / IIS6 / Server2003

2005-04-13 Thread Ewok
Which is most always the case when ROUTING between a lan and a dmz. The only thing connecting the two separate networks is a router -Original Message- From: Justin D. Scott [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 13, 2005 4:21 PM To: CF-Talk Subject: RE: CFHTTP and CFMX 6.1

Re: CFHTTP and CFMX 6.1 / IIS6 / Server2003

2005-04-13 Thread Jared Rypka-Hauer - CMG, LLC
the two separate networks is a router -Original Message- From: Justin D. Scott [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 13, 2005 4:21 PM To: CF-Talk Subject: RE: CFHTTP and CFMX 6.1 / IIS6 / Server2003 Yes, true and that's what I meant - that if the IP resolves to a local IP

CFHTTP/SSL CFMX

2004-01-08 Thread Brook Davies
I've searched the archive. Was the CFHTTP and SSL issue ever resolved? I'm stuck. I tried Mark Krugers suggestion of adding the Certificate authority to the keystore as explained here http://mxc.blogspot.com/2002_12_15_mxc_archive.htmlhttp://mxc.blogspot.com/2002_12_15_mxc_archive.html and I can

RE: CFHTTP with CFMX

2003-09-11 Thread J E VanOver
Subject: Re: CFHTTP with CFMX Yahoo! may well require you to pretend to be a valid browser so you may need the useragent= attribute (I was screen-scraping stuff from Yahoo! a while back and had to pretend I was IE...) On Wednesday, Sep 10, 2003, at 08:40 US/Pacific, Bosky, Dave wrote: I'm simply

CFHTTP with CFMX

2003-09-10 Thread Bosky, Dave
I'm simply trying to grab a stock page from yahoo but it never returns anything. If I paste the url into my browser I get back the expected results. Is there something I'm missing in my code? CFHTTP METHOD=GET URL=http://quote.yahoo.com/download/quotes.csv?Symbols=MACR+MSFTformat=sl1

RE: CFHTTP with CFMX

2003-09-10 Thread Ryan Kime
CFDUMP var=#Quotes# Try cfdump var=#CFHTTP.FileContent# instead? -Original Message- From: Bosky, Dave [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 10, 2003 10:40 AM To: CF-Talk Subject: CFHTTP with CFMX I'm simply trying to grab a stock page from yahoo but it never returns

Re: CFHTTP with CFMX

2003-09-10 Thread Sean A Corfield
Yahoo! may well require you to pretend to be a valid browser so you may need the useragent= attribute (I was screen-scraping stuff from Yahoo! a while back and had to pretend I was IE...) On Wednesday, Sep 10, 2003, at 08:40 US/Pacific, Bosky, Dave wrote: I'm simply trying to grab a stock

CFHTTP and CFMX trouble?

2003-07-21 Thread Bosky, Dave
I'm using CFHTTP to grab a weather clip but it only grabs the page until it finds a degree character '°' then stops. Is CFHTTP a little buggy with CFMX? Thanks, Dave HTC Disclaimer: The information contained in this message may be privileged and confidential and protected from disclosure. If

Re: CFHTTP and CFMX trouble?

2003-07-21 Thread Christian Cantrell
On Monday, July 21, 2003, at 11:02 AM, Bosky, Dave wrote: I'm using CFHTTP to grab a weather clip but it only grabs the page until it finds a degree character '°' then stops. Is CFHTTP a little buggy with CFMX? Try adding the attribute charset=iso-8859-1 to the CFHTTP tag. And yes, CFHTTP

CFHTTP on CFMX

2002-07-15 Thread Jim Vosika
Hi, I have one server running CF5 and one I am testing with that has CFMX. On the CFMX machine I run some code that cfhttp's a website a few times each time it is run. Everything works great on the CF5 box but when I run the same code on MX I get a 302 Moved Temporarily error. I tried