欢迎访问我的博客 https://javascript.shop

Request.IsLocal与Request.Url.IsLoopback的区别

均在服务器上访问时:

http://localhost:17810

Request.IsLocal =》 true
Request.Url.IsLoopback =》 true

http://192.168.1.100

Request.IsLocal =》 ture
Request.Url.IsLoopback =》 false

 

在其他服务器上面访问时,当然都是 false 。。。

posted @ 2014-04-14 11:44  孑孓子  阅读(510)  评论(0编辑  收藏  举报
欢迎访问我的博客 https://javascript.shop