Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 RavenDB,使用 Fiddler2,我正在尝试请求按 ID 获取多个文档。我在提琴手的 POST 请求如下:
url: http://localhost:8080/queries request body: ['albums/626','albums/631']
我收到了 401 未授权错误。此操作是否有权限要求?还是我错过了其他东西?
谢谢。
您可能需要对请求进行身份验证,您可以通过在配置文件中将“Raven/AnonymousAccess”设置为“All”来设置 ravendb 接受匿名请求