1

core/use_auth_hash API not Working Recently

Тема: core/use_auth_hash API not Working Recently

Hi,

We have developed one custom app, which uses core/use_auth_hash API for authentication/validation. It returns sessionID which is being used internally for further requests to wialon API.

This API request was working properly but since last few days, its returning error code as -1 which is for "Invalid session"

Request Paramter Format : params : {"authHash":"XXXXX", "operateAs":"YYYY", "checkService":""}

This is happening only on the development environment i.e "dev.hosting.wialon.com".

Can you please help me on this.

Thanks
J Prabhu
2

core/use_auth_hash API not Working Recently

Re: core/use_auth_hash API not Working Recently

prabhu.janakiraman, when you work with dev.hosting.wialon.com - you need to send requests to http://dev-api.wialon.com instead of http://hst-api.wialon.com.
SID from dev is not compatible with hosting and vice versa. That's why you get 1 code.

Head of Wialon Local Department
Gurtam
3

core/use_auth_hash API not Working Recently

Re: core/use_auth_hash API not Working Recently

Thanks deal, its working now.

Thanks
J Prabhu