Skip to main content
October 27, 2008
Question

submitting data by HTTP post

  • October 27, 2008
  • 1 reply
  • 355 views
Hi there

I need to check whether the following is possible and I have to find out ASAP.

I have to find out if I can pass data to another application on a differet server,

Basically I have been told so far that the only way that I can pass information is by a HTTP post.

Previously I have done something similar by posting a form to a URL. This time I have a string which contains the information.

How can I post a string so it can be used by the application which is o the other server.

Thanks in advance.



Toby
This topic has been closed for replies.

1 reply

Inspiring
October 27, 2008
Toby,

Look at <CFHTTP>

http://livedocs.adobe.com/coldfusion/8/htmldocs/Tags_g-h_09.html#3989287

--
Ken Ford
Adobe Community Expert Dreamweaver/ColdFusion
Adobe Certified Expert - Dreamweaver CS3
Adobe Certified Expert - ColdFusion 8
Fordwebs, LLC
http://www.fordwebs.com
http://www.cfnoob.com


"toby007" <webforumsuser@macromedia.com> wrote in message
news:ge5inl$21v$1@forums.macromedia.com...
> Hi there
>
> I need to check whether the following is possible and I have to find out
> ASAP.
>
> I have to find out if I can pass data to another application on a differet
> server,
>
> Basically I have been told so far that the only way that I can pass
> information is by a HTTP post.
>
> Previously I have done something similar by posting a form to a URL. This
> time I have a string which contains the information.
>
> How can I post a string so it can be used by the application which is o
> the
> other server.
>
> Thanks in advance.
>
>
>
> Toby
>

Inspiring
October 28, 2008