I am in deploying a Spring Boot web application.
just like whatsapp... phone scan the qr code and web app start
At the login page I put a Qr code for doing login stuff
there is an android app Pre-authenticated . this app uses for scan qr code and sending username ID and content of Qr code to the server
server After Authentication wants to login the user automatically by redirect the first page to dashboard page
but the page is HTTP and I don't know how can I redirect that page without request. I know if login page is web socket I can redirect page but the page is HTTP. can somebody help me?
I just using webSocket and after redirect login page to dashboard page every time I want. because connection is alive.