I am using the traccar server as a backend to get device positions and other information to a app developed in laravel and Vue with inertia, i am using the web socket to connect. Cors is also set up, and it works fine in firefox, but because the same site is lax its not sending the cookie with for the socket.
It would probably require code changes.
I am using the traccar server as a backend to get device positions and other information to a app developed in laravel and Vue with inertia, i am using the web socket to connect. Cors is also set up, and it works fine in firefox, but because the same site is lax its not sending the cookie with for the socket.