【发布时间】:2011-07-07 07:10:05
【问题描述】:
我在 Sharepoint 服务中创建了一个站点并托管在 IIS 6.0 中,该站点在响应中显示了一些敏感信息,例如服务器名称。请帮助我保护或隐藏此信息。请求和响应如下(敏感信息以粗体标记)。
请求——
GET /Finance/_layouts/userdisp.aspx HTTP/1.1
Host: (Server IP)
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
回应——
HTTP/1.1 200 OK
Date: Wed, 29 Jun 2011 00:08:33 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
MicrosoftSharePointTeamServices: 12.0.0.6421
X-AspNet-Version: 2.0.50727
Set-Cookie: WSS_KeepSessionAuthenticated=443; path=/
Set-Cookie: MSOWebPartPage_AnonymousAccessCookie=443; expires=Wed, 29-Jun-2011 00:38:33 GMT; path=/
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 32318
【问题讨论】:
-
此信息可能会为黑客节省时间..
-
我想你也对页面源中的“”等内容做了一些事情......
标签: sharepoint iis