matt.

can you hit the url from the server through a browser?

tw

On Tue, 5 Oct 2004 15:52:35 -0400, Peters, Chris <[EMAIL PROTECTED]> wrote:
> What error are you getting?
>
> Chris Peters
>
>
> -----Original Message-----
> From: Cornillon, Matthieu (Consultant)
> [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, October 05, 2004 3:52 PM
> To: CF-Talk
> Subject: RE: form variables without forms?
>
> Chris,
>
> Thanks for this message.  Unfortunately, I am getting a connection
> error.  I
> am guessing that something about the set-up I am using doesn't allow
> this
> approach?  I am going from one company to another, across at least one
> firewall.  I probably have another solution, but in the interest of
> understanding CFHTTP a little bit better, is it likely that the
> connection
> error comes from going through these firewalls or some similar network
> issue?
>
> Thanks,
> Matthieu
>
> You would want to do something similar to this:
>
> <!--- Send form fields --->
> <cfhttp url="" method="post">
> <cfhttpparam type="formfield" name="variableName"
> value="#variableValue#">
> <cfhttpparam type="formfield" name="variable2Name"
> value="#variable2Value#">
> </cfhttp>
>
> <!--- Output action page --->
> <cfoutput>#cfhttp.FileContent#</cfoutput>
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to