I implemented this traccar API in my website so there was one popup coming when I entered first time in browser.
1.Image of popup comes when start my web-app.
- Here image of API's there were session and server API called but there was token API status was pending.
When I give username and password and then press signin button on popup then traccar API working fine. But when I press cancel button of popup then token and all other API cancelled and HTTP 401 Unauthorized-WebApplicationException(SecurityRequestFilter: 126<...)
this error gives by all the cancelled API's.
I expected remove popup login issue.
You probably have some issues with the session cookie. Are you hosting your app separately from the API? If yes, I would recommend setting up a proxy.
Into this case this popup comes only one time when we restart computer and try to login into this website. I already set the session into this site. But there is JSESSIONID is not set in first time. When I login through popup so JSESSIONID is set. Please say more abut how I will set JSESSIONID into my site?
It is set automatically by the server.
But in my case it can't be set by default.
I implemented this traccar API in my website so there was one popup coming when I entered first time in browser.
1.Image of popup comes when start my web-app.
When I give username and password and then press signin button on popup then traccar API working fine. But when I press cancel button of popup then token and all other API cancelled and
HTTP 401 Unauthorized-WebApplicationException(SecurityRequestFilter: 126<...)
this error gives by all the cancelled API's.I expected remove popup login issue.