首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Sharepoint 2010 FBA站点和Opera

Sharepoint 2010 FBA站点和Opera
EN

Stack Overflow用户
提问于 2011-02-03 18:22:40
回答 2查看 532关注 0票数 0

我有一个启用了FBA的SP2010站点。我可以使用Firefox和Internet Explorer打开它,没有任何问题。但是当我尝试用Opera11打开时,它给我一个403禁止的错误。

我能做些什么来解决这个问题吗?

谢谢。

EN

回答 2

Stack Overflow用户

回答已采纳

发布于 2011-02-03 18:28:01

您可能会发现此错误是由于Microsoft Office Live加载项1.3造成的。如果已安装,请将其卸载。看一看this

票数 0
EN

Stack Overflow用户

发布于 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/

代码语言:javascript
复制
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” error
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/4884913

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档