Hello everyone! I would like to know if it is possible to login to the traccar server from another shared server.
Example, I have the domain: https://myserver.com/login
and after logging in, go to the sub-domain http://system.myserver.com:8082.
Remembering that I'm using the API for PHP. Logging on the same server works, but when I try to log in from another server, I get an error.
How would you set the session cookie for the other server?
Hello everyone! I would like to know if it is possible to login to the traccar server from another shared server.
Example, I have the domain: https://myserver.com/login
and after logging in, go to the sub-domain http://system.myserver.com:8082.
Remembering that I'm using the API for PHP. Logging on the same server works, but when I try to log in from another server, I get an error.