1

login automatically from my server

Тема: login automatically from my server

which it is the process that must follow in order to login automatically from my server and I should run some batch processes without any user intervention

2

login automatically from my server

Re: login automatically from my server

arenasx
Do you want to create a link to directly login to your monitoring site without having to enter username & password?
Or are you asking about authorization in a custom app that works based on Wialon SDK?

Developer
Gurtam
3

login automatically from my server

Re: login automatically from my server

Sorry my question is about a custom app that works based on Wialon SDK.
It is a process that will retrieve hourly data using API.

Thank you very much.

4

login automatically from my server

Re: login automatically from my server

Ok then you can generate an unlimited token and use it for authorization in the app/script
https://sdk.wialon.com/wiki/en/sidebar/ … oken/login

Here you can find the detailed information on how to generate tokens via oauth form. Parameter named "duration" (when set to 0) makes token unlimited. Just use such token at least 1 time in 100 days to keep it alive
https://sdk.wialon.com/wiki/en/sidebar/ … ogin/login

Developer
Gurtam