> 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 server is likely sending
the request out to the router, and then the router doesn't know to send the
request back to the server for processing.  Some of the newer routers with
NAT will handle this properly, but not all of them will.

That would explain the "connection failure" that CFHTTP is throwing back at
you.  If this is the case, you may need to add a line to your hosts file so
that when you resolve your domain from within the server it will return the
internal LAN address instead of getting the external IP via DNS.


-----------------------------------
Justin D. Scott
Vice President
Sceiron Interactive, Inc.
www.sceiron.com

[EMAIL PROTECTED]
941.378.5341 - office
941.320.2402 - mobile
877.678.6011 - facsimile


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202625
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to