Skip to main content
Skip table of contents

post

This command requires additional license.

Sends a POST request to the specified URL.

Child commands

  • addHeader
    Optional. Each of these child commands adds a header field to the POST request.

Attributes

data

Required

Value type

EL-evaluated

Yes

File, String

Yes

Defines the data to be included in the request.

url

Required

Value type

EL-evaluated

Yes

String

Yes

Defines the URL the request is sent to.

username

Required

Value type

EL-evaluated

No

String

Yes

Defines the user name for the credentials included in the request. Both this and password have to defined if credentials are to be included.

password

Required

Value type

EL-evaluated

No

String

Yes

Defines the password for the credentials included in the request. Both this and username have to defined if credentials are to be included.

Restrictions

The post command may be evaluated up to 10 times within a single evaluation process.

Examples

The post command can be used to send Files or other variable values to some external destination.

CODE
<post data="${composedDoc}" url="http://that.dynamodomain.yep/dynamoweaver?what=checkDoc">
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.