Depending on the specific error message, it could be a wide variety of
things, offhand I can think of 2:

1) The server is just too slow
2) For security reasons, the server isn't letting you

If you can give me a more specific error message coming from the other
server, diagnosing might be easier.  Hint: if you don't know how to print
the results of a CFHTTP Action try this:

<CFHTTP blah blah blah>
</CFHTTP>

<CFOUTPUT>
#CFHTTP.FileContent#<BR><BR>
#CFHTTP.MimeType# <BR><BR>
#CFHTTP.Header# <BR><BR>
</CFOUTPUT>
<CFABORT> (to avoid further template processing and display results




Gregory Harris
Web Developer
Stirling Bridge Group LLC

----- Original Message -----
From: "Melissa Fraher" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, November 17, 2000 3:51 PM
Subject: cfhttp


> I am trying to use CFHTTP and CFHTTPPARAM to bypass a form and pass my
> own form variables directly to an action page.  On top of this, the
> action page is an ASP.
>
> I am receiving an error that I am unable to connect to the server.
>
> Does anyone have any advice on this?
>
> TIA,
>
> Melissa
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
>
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to