在具有活动虚拟主机的 CouchApp 中获取 UUID

发布于 2024-10-05 13:18:20 字数 595 浏览 3 评论 0 原文

我正在寻找加载新 UUID 或访问虚拟主机后面的 couchapp 中的 _session 对象的正确方法。

我写了一个沙发应用程序,一切都与正常但丑陋的网址配合良好。所以如果我使用 http://example.cloudant.com/mydb/_design/myapp /index.html 作为地址,一切都按预期进行。如果我使用 www.mycouchapp.com (mycouchapp.com CNAME -> example.cloudant.com/mydb/_design/myapp/_rewrite)。 我无法访问 couchdb 顶层的任何资源,例如 _session、_stats 或 _uuid

由于安全限制,我无法制定类似 "from":"_session", " 的重写规则to": "../../../_session" 因为不允许超过 "../../"

有没有办法或解决这个问题?

I am looking for the right way for loading new UUIDs or accessing the _session object in a couchapp behind a vhost.

I have written a couchapp and everything workes well with the normal but ugly urls. So if i use http://example.cloudant.com/mydb/_design/myapp/index.html as address everything works as expected. If I use www.mycouchapp.com (mycouchapp.com CNAME -> example.cloudant.com/mydb/_design/myapp/_rewrite).
I cannot access any ressource in the top level of couchdb like _session, _stats, or _uuid

Because of the security limitations I cannot make a rewrite-rule like "from":"_session", "to": "../../../_session" because more than "../../" are not allowed.

Is there a way or workaround for this problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

好久不见√ 2024-10-12 13:18:20

您应该使用 CouchDB 的 URL 重写和 Vhost 可能性:

http://blog.couchone.com/post/443028592/whats-new-in-apache-couchdb-0-11-part-one-nice-urls

HTH

干杯

安迪

you should use CouchDB's URL Rewriting and Vhost possibilities:

http://blog.couchone.com/post/443028592/whats-new-in-apache-couchdb-0-11-part-one-nice-urls

HTH

Cheers

Andy

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