It's not deprecated. You can still use it if you want.
With any of the version of the web app you can use token login.
<iframe src="https://rastreador.example.com/simple?token=XXX
It seems like it's not working, I'm not able to make it work. When I use it without the '/simple', it works, but it doesn't work without logging in. The token is valid, but I don't know what's happening, I've searched the documentation and haven't found anything yet.
There are multiple issues:
iframe
, so this probably won't work. You can try embedding the code directly into your own app instead of using iframe
.Do you suggest that I bring the code from https://github.com/traccar/traccar-web/tree/master/web/simple into my web page, right?
Yes.
Anton, can you please delete or edit the sensitive content on iframe tag?
I'm referring to the 'src'
Removed.
Thank you!
Is the /simple deprecated? How can I embed in my site without login required?