Have you had success getting CFHTTP getting a web page file from outside a corporate firewall using a proxy server?
My web browser can view the page just fine. But when I try to GET it using CFHTTP, it just times out with a "Connection Failure". In checking the logs, the proxy server was never triggered, instead the call tries to use the default port instead and fails. Here's my tag line: <cfhttp url="http://www.weather.com/weather/tendayprint/#Attributes.ZipCode#" method="GET" username="(my proxy user)" password="(my proxy pw)" resolveurl="true" proxyserver="(our proxy web server)" proxyport="8080"> ------------------------------------------------- Bruce Holm - Web Programmer Lattice Semiconductor Corp. [EMAIL PROTECTED] ------------------------------------------------- ______________________________________________________________________ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

