EasyManua.ls Logo

MIR Fleet - Authentication

MIR Fleet
51 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
5. MiR Fleet API
MiR Fleet PC Getting Started (en) 08/2020 - v.1.4 ©Copyright 2019-2020: Mobile Industrial Robots A/S. 46
NOTICE
The MiR Fleet APIrequires authenticationsee Authentication below.
5.1 Authentication
To authenticate REST requests in the MiR Fleet API a basic authentication must be included
in the header similar to the robot API. It consists of a base64 encoded string and is formed by
the username followed by a colon and a sha-256-encoded password. The format can also be
described as: BASE64 (<username>:SHA-256(<password> )), where BASE64 is applied to
the entire authentication, and SHA-256 is only applied to the password inside the
authentication.
For example, a header could look like this:

Related product manuals