Repost Data

This action re-posts the form to a different URL, ending execution of any actions that follow. This action can be used to make an HTTP request to a different server, optionally sending data. Often, this means invoking a web service. The following fields can be configured:

  • URL. This represents the URL to make the request to. A common mistake is to forget to include the protocol. For example www.domain.com/webservice is wrong. Instead, use http://www.domain.com/websservice. Optionally, append the query string directly to the URL after the question mark. For examplehttp://www.domain.com/websservice?q=test&p=1. This field supports context tokens and My Tokens.
  • POST Data. This is data to send to the URL using POST operation. Put key=value pairs, each on a separate line. It’s also possible to post whole messages, for example and XML (that SOAP-like services expect) by simply putting the XML without any lines. This field supports context tokens and My Tokens.

results matching ""

    No results matching ""