Authentication
All request messages exchanged between the OTA and DirectConnect must be authenticated using the Basic Authorization. This is sent in HttpRequest Header.
Below is an example to implement Basic Authorization in C# language.
Last updated