如何在没有管理员权限的情况下检查 Confluence 安装中是否启用了远程 API
有没有办法查明我们的 Confluence 安装上是否启用了远程 API,如果我没有 Confluence 的管理员权限,
我可以看到 WSDSL,但在使用此 下载的客户端 我登录时总是超时。如果不通过天知道有多少渠道,我就无法联系我的管理员,所以我希望有另一种方法来知道远程 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
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要检查 confluence API 是否在没有管理员访问权限的情况下启用:
尝试访问 http:///rpc/xmlrpc
如果 API 已启用,您只会得到一个空白页。
如果 API 被禁用,您将收到错误“HTTP 状态 403 - 此服务器上未启用远程 API。请请求站点管理员启用它。”
这至少适用于我的 Confluence 3.2 环境。
To check if the confluence API is enabled without admin access:
Try accessing http://<your-confluence-server>/rpc/xmlrpc
If the API is enabled, you will simply get a blank page.
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."
This is at least applicable in my Confluence 3.2 environment.