CFHTTP makes use of the HttpClient library. You could try enabling wired 
logging so you can see exactly what the response that 'my.fake.host.com' 
is sending and subsequently causing the invalid HTTP response error.

http://hc.apache.org/httpclient-3.x/logging.html

Andy

Skellington wrote:
> Hello,
> I wrote a small http server and I'm trying to connect to it using
> cfhttp using the OBD 1.1 Release on Mac OS X. The issue I'm having is
> the error detail says "Connect Exception: The server my.fake.host.com
> failed to respond with a valid HTTP response". I have noticed that the
> responseheader and the header attributes are empty as well.
>
> The cfhttp code i'm doing is simple
>
> <cfhttp url="http://my.fake.host.com:8090/data.html"; method="GET">
> <cfdump var="#cfhttp#">
>
> The kicker is, if I use this same code on CFMX7 it works just fine. So
> what can I do to fix it.
>
> Thanks!
>
>
>
>
> >

--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
 http://groups.google.com/group/openbd?hl=en
 official site @ http://www.openbluedragon.org/

!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to