No. But why?
Hi,
Browsers are already dropping support for the cross-domain cookie, and it doesn't work on iOS or Safari, for example.
Why are we talking about cross-domain cookie?
We connect to the Websocket from different WebAPPS external to Traccar that are hosted on the clients' domains. The cookie is created in the main domain where Traccar is hosted, so IOS and other browsers detect it as a crossdomain cookie and do not allow its use.
Sounds like it's a problem with your app and not Traccar.
Do you know of any similar case, or of some functions that we can review to solve our problem?
I recommend just having everything on one host. You can also proxy API requests.
Hello, do you have any documentation where I can see how to configure proxy requests?
Something similar to this:
Hello everyone, is there a way to not generate the JSESSIONID Cookie when creating a session?