- Request the parameters
- Upload a file to the server
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
Example of passing an authentication ticket
