tenho uma aplicação web (springboot e server application zety) o qual terá acesso somente para usuários que estão na mesma LAN que o Servidor.
O problema que eu estou tentando resolver, e ainda não consegui, é fazer com que qualquer que seja a requisição feita no browser dos clients, está seja direcionada para o meu index.html.
Cenário similar ao de acesso a rede wi-fi fornecida em hoteis que, ao se conectar a rede wi-fi, ao digital qualquer endereço no seu browser, é feito um redirect para a pagina de login. Claro, sei que esta é uma aplicação especifica utilizando um servidor de proxy.
Porém, na minha solução apenas quero que os clients que estarão conectados a esta rede wi-fi, independentemente da endereço digitado no Browser, seja redirecionado para o meu host.
Caso os colegas aqui possam me sugerir um solução utilizando um smartphone como hotspot ou um roteador wi-fi, agradeço muito.
Obs: hoje já utilizado está aplicação porem quero eliminar a necessidade dos clientes terem que digitar o IP do host que é o servidor web para acessar a aplicação. Somente ai digitar qualquer que seja o endereço, seja redirecionado para a aplicação web. Esta LAN é exclusiva para acesso a esta aplicação.
Obrigado
Translated
I have a web application (springboot and server application zety) which will only have access to users who are on the same LAN as the server.
The problem I’m trying to solve, and I still can not, is to make sure that whatever requested in the clients’ browser is directed to my index.html.
Like to the access to the wi-fi network provided in hotels that, when we try to connecting to the wi-fi network, to the type any address in your browser, a redirect is proceed to the login page. Of course, I know this is a specific application using a proxy server.
However, in my solution I only want clients that will be connected to this wi-fi network, regardless of the address entered in the browser, to be redirected to my host.
If your friends here can suggest me a solution using a smartphone as a hotspot or a wi-fi router, thank you very much.
Note: this application is already used today but I want to eliminate the need for clients to enter the IP of the host that is the web server to access the application. Just type in whatever the address is, be redirected to the web application. This LAN is exclusively for access to this application.