我有一个启用了FBA的SP2010站点。我可以使用Firefox和Internet Explorer打开它,没有任何问题。但是当我尝试用Opera11打开时,它给我一个403禁止的错误。
我能做些什么来解决这个问题吗?
谢谢。
发布于 2011-02-03 18:28:01
您可能会发现此错误是由于Microsoft Office Live加载项1.3造成的。如果已安装,请将其卸载。看一看this
发布于 2014-03-08 04:44:08
这并不完全是你用Opera遇到的MS Office Live插件问题。
Opera 12.16在Win7/64位上的用户代理字符串是:
Opera/9.80 (Windows NT6.1;Win64;x64;美国本地版) Presto/2.12.388版本/12.16
由于其中没有"Mozilla“,Sharepoint假设它是一个WebDav客户端。
下面是实际发生的事情:http://blog.imason.com/sharepoint-fba-and-the-403-forbidden-error/
From: http://msdn.microsoft.com/en-us/library/cc250199(PROT.10).aspx
<4>
Section 2.2.8: The WebDAV server in Windows Windows SharePoint Services 3.0
technology checks the product tokens in the User-Agent request-header field sent
with a request for the presence of “Mozilla” and the absence of either “Office”,
“FrontPage”, or “non-browser” to determine whether to send an HTTP 302 redirect
message to a login page when using ASP.NET Forms Authentication for
unauthenticated clients. Otherwise, the server assumes that the client user
agent is not a browser and will return either an HTTP 401 “Unauthorized” errorhttps://stackoverflow.com/questions/4884913
复制相似问题