CFHTTP works with CF 5 but not under CFMX

2007-12-11 Thread Claude Schneegans
Hi, I have this piece of code that works fine under CF5, but fails with connection failure and status code = 200 bothe under CF 6 and CF 7, on the same server. CFHTTP METHOD=GET RESOLVEURL=Yes

Re: CFHTTP works with CF 5 but not under CFMX

2007-12-11 Thread Claude Schneegans
I have a hint: I'm having the problem with only 2 pages. Each page is declared ?xml version=1.0... One is in XML indeed, the other one is just plain HTML. I suppose CF is trying to decode the XML, although I don't want to get any structure, I'm parsing the page myself. Is there a way to ask CFMX

RE: CFHTTP works with CF 5 but not under CFMX

2007-12-11 Thread Dave Watts
I have a hint: I'm having the problem with only 2 pages. Each page is declared ?xml version=1.0... One is in XML indeed, the other one is just plain HTML. I suppose CF is trying to decode the XML, although I don't want to get any structure, I'm parsing the page myself. Is there a way to

Re: CFHTTP works with CF 5 but not under CFMX

2007-12-11 Thread Claude Schneegans
you might try setting RESOLVEURL=NO. Makes no difference :-( -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks.

Re: CFHTTP works with CF 5 but not under CFMX

2007-12-11 Thread Claude Schneegans
Something I don't understand is that in the dump of the cfhttp structure I can see this header below, thus the page is retrieved indeed, so how comes CF reports a connection failure? The only explanation is that CF is trying to do something with the content, (something I didn't asked) with the