Waiting for engine...
Skip to main content

Downloading Tool URL Parameters using a security token

note

sessionID from MFT FS is not required of this type of download, user is not authenticated in MFT FS since calling application is supposed to authenticate a user.

  • ThruSuccessUrl (mandatory): Browser window containing download tool will be redirected to this URL on successful download.
  • ThruErrorReportingUrl (mandatory): Browser window containing the download tool will be redirected to this URL on a failed download.

If download failed, server returns server error code in parameter ThruErrorCode.

If an error occurred and ThruErrorReportingURL is not defined, the server throws an exception on the page containing the Java download applet.

note

The value of ThruErrorReportingUrl is not validated. You should verify it is a valid URL that does exist when integrating MFT FS download tool.

  • ThruFiles (optional): String of comma-separated tokens for the file for downloads, one token per file.

Token is represented in base64string format.

String format: <encrypted token in base64format>, < encrypted token2 in base64format > … < encrypted tokenN in base64format >