Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cfhttp connection failure

Status
Not open for further replies.

cfprg

Programmer
Apr 14, 2004
38
US
I am using the following code and getting Connection Failure error..any ideas..Thanks in advance

<cfhttp method="post" url=" <cfhttpparam name="form_test" type="FormField" value="This is a form variable.">
<cfhttpparam name="url_test" type="url" value="This is a url variable">
<cfhttpparam name="cgi_test" type="cgi" value="This is a cgi variable">
<cfhttpparam name="cookie_test" type="Cookie" value="This is a cookie variable">

</cfhttp>
<cfoutput>
hello #cfhttp.FileContent#
</cfoutput>
 
cfprg, check to see if you're connected to the local lan. See if the network cable is properly plugged in, or if the network cable is not damaged.

Did you map the CF to the domain?

[sub]
____________________________________
Just Imagine.
[sub]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top