Like:
<cfhttp url="#myUrl#" method="get" throwonerror="yes" redirect="Yes"
proxyserver="#Application.ProxyServer#"
proxyport="#Application.ProxyPort#"></cfhttp>???
B)
Mark Mandel wrote:
It's Mark the Messanger day -
'can you reply back to him that he needs to use the redirect attribute aswell for it to work'
Does that help?
Mark
On Fri, 1 Apr 2005 11:39:33 +1000, Andrew Scott <[EMAIL PROTECTED]> wrote:
Mark,
Thanks I have the codes down, but I shouldn't be getting any error for the reason being is this is the whole code.
<cfhttp url="#myUrl#" method="get" throwonerror="yes" proxyserver="#Application.ProxyServer#" proxyport="#Application.ProxyPort#"></cfhttp>
<cfcontent type="text/html"> <cfoutput>#cfhttp.FileContent#</cfoutput>
Now as this is also between cftry, its hitting the cfcatch part which means I also do a check on the type of failure and do the appropriate error handling, but I need it to not fall into the cfcatch section.
-- Brett Payne-Rhodes Eaglehawk Computing t: +61 (0)8 9371-0471 f: +61 (0)8 9371-0470 m: +61 (0)414 371 047 e: [EMAIL PROTECTED] w: www.ehc.net.au
--- 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/
