如何在没有管理员权限的情况下检查 Confluence 安装中是否启用了远程 API

发布于 2024-11-26 11:39:28 字数 308 浏览 0 评论 0原文

有没有办法查明我们的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

用心笑 2024-12-03 11:39:28

要检查 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文