Hello, I am trying to test the url to insert the location of a device in the osmand protocol, I copied a url as it appears in the protocol help document in Traccar and it works fine, I just change the deviceid and it immediately throws error 400
Url work fine:http://demo4.traccar.org:5055/?lat=48.8566&lon=2.3522×tamp=1609459200000&id=123456
Url error 400:http://demo4.traccar.org:5055/?lat=48.8566&lon=2.3522×tamp=1609459200000&id=1359
El deviceid lo extraje de Traccar demo4 :
Identificador 2492308deviceId 1359Protocolo osmand
I must be doing something wrong, but I can't figure out what it is.
in the id I use the imei of the device
examplehttp://demo.traccar.org:5055/?id=864049025727043&lat=-33.01951&lon=27.90384&altitude=57&speed=36.198704103671705&blocked=false
Perfect, excellent, it works, thank you very much!!! brilliant
Hello, I am trying to test the url to insert the location of a device in the osmand protocol, I copied a url as it appears in the protocol help document in Traccar and it works fine, I just change the deviceid and it immediately throws error 400
Url work fine:
http://demo4.traccar.org:5055/?lat=48.8566&lon=2.3522×tamp=1609459200000&id=123456
Url error 400:
http://demo4.traccar.org:5055/?lat=48.8566&lon=2.3522×tamp=1609459200000&id=1359
El deviceid lo extraje de Traccar demo4 :
Identificador 2492308
deviceId 1359
Protocolo osmand
I must be doing something wrong, but I can't figure out what it is.