• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

submitting data by HTTP post

Guest
Oct 27, 2008 Oct 27, 2008

Copy link to clipboard

Copied

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
TOPICS
Advanced techniques

Views

308

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 27, 2008 Oct 27, 2008

Copy link to clipboard

Copied

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
>

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Valorous Hero ,
Oct 27, 2008 Oct 27, 2008

Copy link to clipboard

Copied

LATEST

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation