Search:

Search all manuals
Search this manual
Manual
Couchbase Server マニュアル 2.0
Community Wiki and Resources
Couchbase Server 2.0をダウンロード
Couchbase 開発者ガイド 2.0
クライアントライブラリ
Couchbase Server フォーラム
Additional Resources
Community Wiki
Community Forums
Couchbase SDKs
Parent Section
E リリースノート
Chapter Sections
Chapters

E.8. Release Notes for Couchbase Server 2.0.0 Build #1495 Developer Preview (26 July 2012)

Couchbase Server 2.0.0 build 1495 introduces important changes with respect to accesing views from buckets that have been secure with SASL authentication.

To access a view from a bucket with SASL authentication through the REST API you must supply the bucket name and password as the username and password to the URL of the HTTP request. For example:

HTTP Request
GET http://bucketname:bucketpass@localhost:8092/bucketname/_design/designdocname/_view/viewname

Failure to provide the authentication information on a secure bucket will result in an HTTP error response (401).

For more information, see 「REST APIを使用した問い合わせ」.

The same rules also apply to creating and reading design documents using the REST API.

For more information, see 「デザインドキュメントのREST API」.

Known Issues in 2.0.0 Build #1495