Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Scooby Doobie Doo #1
Re: problem with CFHTTP: Connection Failure
I'm having the exact same problem. I'm on MX 6.1
I'm trying to post my xml like this
<cfhttp url = "http://10.1.6.211/ProposalGenerator.aspx" METHOD="POST"
ThrowOnError="YES" REDIRECT="YES" charset="utf-8">
<cfhttpparam TYPE="FORMFIELD" name="propxml"
value="#urlencodedformat(myproposalxml)#">
</cfhttp>
and all I get is Connection Failure: Status code unavailable I'm on the same
server, so I seriously doubt it's a time out issue. ANYONE?
Scooby Doobie Doo Guest
-
Flash SSL connection failure IE
I am working on a very innovative e-commerce site with an all Flash interface. We have uncovered an unusual situation where Flash works in Firefox... -
cfhttp connection failure
I have an rss feed that I have been displaying for over a year that suddenly developed a connection failure on my cfhttp tag in the last 2 weeks.... -
CFHTTP - Connection Failure
I need some help on a problem that I am having. I have done some very basic ColdFusion development in the past. I am on a new job now and the... -
CFHTTP - Connection Failure Error
I'm having a very frustrating issue that I need help with. I am using CFHTTP to to a GET of an internal page so that I can parse it for some info.... -
CFHTTP - Connection Failure
I'm having a very frustrating issue that I need help with. I am using CFHTTP to to a GET of an internal page so that I can parse it for some info. ... -
Unregistered #2
Re: problem with CFHTTP: Connection Failure
Add:
<cfhttpparam type="header" name="accept-encoding" value="no-compression"/>
If compression is activated at server you will get Connection failure since cfhttp does not support it.Unregistered Guest



Reply With Quote

