> Nope, I'm saying don't trap the error (throwerror=false). Just have > conditional logic in your code to look at the status codes.. If the status > code happens to tbe 302, do another cfhttp on the redirect URL.
Yup 302 (like the rest of the 3XX range) is not an error, its an instrution to fetch another URL instead. Also if the connection to your proxy server is down - no amount of try/catch or HTTP will save you. Just walk up to the proxy and plug the network cable back in. -- Mark Stanton Gruden Pty Ltd http://www.gruden.com --- You are currently subscribed to cfaussie as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
