 |
| 我的知识库 |
 |
|
|
jsp防盗链 |
|
[ 作者: ljj1689整理 | 文章来源: 中国站长站 | 点击数: 379 | 更新时间: 2007-8-10 16:44:02 ] |
jsp防盗链
index.jsp
以下为引用的内容:
----------------------------- 中国南通服务器网
Simple jsp page Place your content here Spdns@com
here is index jsp get header info a.jsp Www~Spdns~com
------------------------------ 中国.南通服务器网
|
a.jsp页面 Spdns.com
通过判断 referer, 判断你从哪里来。 中国南通服务器网,为中文网南通服务器网
here is a. jsp get header info <%=request.getHeader("Referer")%> <%if(null == request.getHeader("Referer") || request.getHeader("Referer").indexOf("yourdomain.com") < 0){%> 做人要厚道 <%}else{%> 合法访问 <%}%> 中国.南通服务器网
|
[南通服务器网]
本文收集整理自互联网,若您是原文作者,请来信更改作者及出处Post#spdns.com(把#改为@)
|
|
|
|