Skip to main content
Skip table of contents

Security

Each HTTP Request, except version, must be authenticated by Basic Authorization.

TEXT
Authorization: Basic Base64Encoded(username:password)

Where Base64Encoded(username:password) is an actual Base64 encoded string of the
username:password.

Example

  • username: John

  • password: secret

  • Base64-encoding of John:secret is Sm9objpzZWNyZXQ=

TEXT
…
Authorization: Basic Sm9objpzZWNyZXQ=
…

Retarus can configure multiple forms of access (Login IDs) for the Webservice that can be managed via the Retarus EAS Portal. Multiple processes can be operated concurrently by the Webservice using multiple Login IDs, making it possible to have a configuration saved for each process.

The job and report data for one Login ID are not viewable or available in the other access options,
which means that a fax job’s status report can only be requested or deleted under the Login ID used to
create it.

Type: basic

JavaScript errors detected

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

If this problem persists, please contact our support.