OutSystems Forge 日本語データベース

Redirect and Post

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2016-08-05 1.1.0 Holdingbiz 9.1.301.0 All .NET Widgets
サードパーティ製のアプリケーションと通信してください。ある時点で、POSTを使用してそのサードパーティのアプリケーションに情報を送信し、クライアント側からはGETしないでください。
サードパーティのアプリケーションと通信してください。ある時点で、GETではなくPOSTを使用して、そのサードパーティのアプリケーションに情報を送信する必要があります。 送信するURLとパラメータのリストを渡すだけです(今はテキストとして送信されますが、特別な日付形式などを入力する前にフォーマットする必要があります)

[Overview]
Communicate with a third party application, where in some point, you will have to send information to that third party application using POST and not GET from the client side.
[Detail]
Communicate with a third party application, where in some point, you will have to send information to that third party application using POST and not GET. Just need to pass the URL and the list of parameters to send (for now they are sent as text, you'll need to format them before filling for special date formats etc)
戻る