So a CFHTTP redirect is considered to be an error but with throwonerror set to "No" then CF will ignore it and return the content of the page?

OK, but couldn't that be improved...

Let's all send MM a request to change CFHTTP so that a redirect is not treated as an error and instead an extra variable is returned that indicates whether a redirect occured, along with the URL. Assuming that Andrew can get it to work in the manner Steve has indicated...

Brett
B)

Steve Onnis wrote:
Andrew

If you actually take note of whats been provided to you asa a solution,
maybe this wouldn't have taken as long as it has.

this will error
<cfhttp url="http://www.ikea.com.au"; redirect="no" throwonerror="Yes"></cfhttp>


these will not <cfhttp url="http://www.ikea.com.au"; redirect="no" throwonerror="Yes"></cfhttp> <cfhttp url="http://www.ikea.com.au"; redirect="Yes" throwonerror="No"></cfhttp> <cfhttp url="http://www.ikea.com.au"; redirect="Yes" throwonerror="Yes"></cfhttp>

CAPISH????

Steve



Nope I did use redirect earlier as it was there.

So I readded the resolve but still not go on that one.



Regards
Andrew Scott
Technical Consultant

NuSphere Pty Ltd
Level 2/33 Bank Street
South Melbourne, Victoria, 3205

Phone: 03 9686 0485  -  Fax: 03 9699 7976


-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Mandel Sent: Friday, 1 April 2005 12:24 PM To: CFAussie Mailing List Subject: [cfaussie] Re: cfhttp

To reply before steve gets back to me -

You had resolveurl -

<cfhttp url="#myUrl#" resolveurl="yes" throwonerror="yes"></cfhttp>

Not redirect.

So yes, Steve did not see that, In face, neither did I :o)

Mark

On Fri, 1 Apr 2005 12:06:37 +1000, Andrew Scott <[EMAIL PROTECTED]> wrote:

Mark,

Reply back to Steve and tell him that I did have that there and removed it try something. My original post did have this! Or does Steve

not see that?

But thanks anyway.


-- E: [EMAIL PROTECTED] W: www.compoundtheory.com ICQ: 3094740

---
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/


---
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/


-- 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/

Reply via email to