如何限制从特定计算机访问网站,以便始终只从特定计算机访问该网页。
答案 0 :(得分:0)
您可以尝试使用getRemoteAddr()
中提供的ServletRequest
来查找哪些IP正在尝试访问您的网站,并在必要时阻止。
有用的链接:
http://docs.oracle.com/javaee/6/api/javax/servlet/ServletRequest.html
http://docs.oracle.com/cd/E19857-01/821-0980/bhaip/index.html