Hi anton
I have a traccar on my server (open with public ip http://ip:8082/
) that works well accessing by ip.
I have a domain created in ionos and when redirecting fl.domain.con
-> Redirection (Frame) http://ip:8082/
in this, when I access by http://ip:8082
it works fine. When I try to access fl.domain.con
I have HTTP 401 Unauthorized - WebApplicationException (SecurityRequestFilter: 113 <...)
message. There is nothing in traccar.log.
How do I fix it please?
Greetings thank you
PSs
Using frame probably messes up with cookies, so authorization fails. It's not really a server issue. And there won't be anything in the log because it's just a normal unauthorized request scenario.
there would be a solution without having to remove the frame??
thank mister.
Not sure. Again, it's not a server issue. You should research how cookies behave in frames and see if there's some configuration that can allow it.
okay.
Thank Anton ! always always active
Hi anton
I have a traccar on my server (open with public ip
http://ip:8082/
) that works well accessing by ip.I have a domain created in ionos and when redirecting
fl.domain.con
-> Redirection (Frame)http://ip:8082/
in this, when I access by
http://ip:8082
it works fine. When I try to accessfl.domain.con
I have
HTTP 401 Unauthorized - WebApplicationException (SecurityRequestFilter: 113 <...)
message. There is nothing in traccar.log.How do I fix it please?
Greetings thank you
PSs