The authentication process involves the following steps:
-
Generate a token
Generate a token through the Industrial Edge Device API as defined in the specifications. -
Use the token in requests
Include the token in the request cookie. Below is an example of how to do this using curl:
curl 'https://<my-ip/dns>/<app-path>' --header 'Cookie: authToken="token"'