Is there any way to edit so the cookie and set it to sameSite lax or strict?

Rafhaan2 years ago

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.

Rafhaan2 years ago
Anton Tananaev2 years ago

It would probably require code changes.