Skip to content

Download file¤

Downloads a file from a given URL.

Parameter¤

URL¤

The URL of the file to be downloaded.

  • Datatype: string
  • Default Value: None

Accept¤

The accept header String.

  • Datatype: string
  • Default Value: None

Request timeout¤

Request timeout in ms. The overall maximum time the request should take.

  • Datatype: int
  • Default Value: 10000

Connection timeout¤

Connection timeout in ms. The time until which a connection with the remote end must be established.

  • Datatype: int
  • Default Value: 5000

Read timeout¤

Read timeout in ms. The max. time a request stays idle, i.e. no data is send or received.

  • Datatype: int
  • Default Value: 10000

HTTP headers¤

Configure additional HTTP headers. One header per line. Each header entry follows the curl syntax.

  • Datatype: multiline string
  • Default Value: None

Authorization header¤

The authorization header. This is usually either ‘Authorization’ or ‘Proxy-Authorization’If left empty, no authorization header is sent.

  • Datatype: string
  • Default Value: None

Authorization header value¤

The authorization header value. Usually this has the form ‘type secret’, e.g. for OAuth ‘bearer .’This config parameter will be encrypted in the backend.

  • Datatype: password
  • Default Value: None

Comments