Web Services Mobile API
For the best performance of a mobile client app, it is important to minimize the number of requests sent to the server. The Web Services Mobile API allows you to develop high-performance applications for mobile clients where the number of requests to the server is kept to a minimum.
In the most typical scenario, you have to complete the following two steps:
Authentication
To connect mobile clients to the server, basic authentication is used. If authentication is successful, the server will send a response to the client containing an authentication ticket in the "AuthTicket" header. Now you can pass this ticket in subsequent requests to the server instead of the user name and password. The ticket should be placed in the "Bearer" header.
Example of passing an authentication ticket
12.04.2024 18:16:02