I have application named MailSys
. When I run it's login page it's url is something like this :
http://localhost:8080/MailSys/login.jsp
This application is on my computer. But my PC is connected to network, so anyone can access my application using my IP like:
192.168.0.18:8080/MailSys/login.jsp
So is there any way to avoid this access to my application? I am developing application in JAVA using Eclipse.