问题描述
如果我没有对Confluence的管理员权限,是否有办法找出是否在我们的Confluence安装上启用了远程API
Is there a way to find out if the Remote API is enabled on our Confluence installation if I do not have admin rights to our confluence
我可以看到WSDSL ,但与此我一直保持登录超时。我不能不经过管理员就联系我的管理员,因为上帝知道多少通道,所以我希望有另一种方法来了解是否启用了远程API。
I can see the WSDSL, but while testing with this downloaded client I keep timing out on login. I can not contact my administrators without going through god knows how many channels so I'm hoping there's another way to know if the Remote API is enabled.
推荐答案
要检查是否在没有管理员访问权限的情况下启用了confluence API:
To check if the confluence API is enabled without admin access:
尝试访问 http://< your-confluence-server> / rpc / xmlrpc
如果该API已启用,则您只会得到一个空白页。
If the API is enabled, you will simply get a blank page.
如果已禁用,则会收到错误消息 HTTP状态403-该服务器未启用远程API。请站点管理员启用它。
If the API is disabled, you will get an error "HTTP Status 403 - Remote API is not enabled on this server. Ask a site administrator to enable it."
这至少适用于我的Confluence 3.2环境。
This is at least applicable in my Confluence 3.2 environment.
这篇关于如何在没有管理员权限的情况下检查您的Confluence安装中是否启用了远程API的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!