When I use:
http://traccar:8082/api/positions?token=XXXXXX
I have :
XML error: HTTP 401 Unauthorized - WebApplicationException (SecurityRequestFilter:113 < ...)
Not possible to use token, but does your system support basic authentication? That's possible.
Do you have an example for basic authentication?
so there is no way via URL LOGIN:PASSWORD@url ... or tocken to access his :
http://myserver:8082/api/positions
Basic authentication might work like this:
http://username:password@example.com/
It doesn't work with chrome...
http://email:password@myserver.com:8082/
An idea ?
Username = Email ?
Yes. Don't have any other ideas.
It doesn't work :( It systematically puts me back on the home page where I have to enter my codes.
It worked for 10 minutes and now I get this error:
XML error: Port number ended with 'X'
everything is now ok. you must replace the @ of the email in %40.
Hello, I would like to know if it is possible to use this:
with authentication via token=
I have home automation and I would like my home automation box to be able to query my server without the session cookie but only via URL.
Thank you