Search:

Search all manuals
Search this manual
Manual
Couchbase Server Manual 2.0
Community Wiki and Resources
Download Couchbase Server 2.0
Couchbase Developer Guide 2.0
Client Libraries
Couchbase Server Forum
Additional Resources
Community Wiki
Community Forums
Couchbase SDKs
Parent Section
E Release Notes
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 Section 9.8.1, “Querying Using the REST API”.

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

For more information, see Section 9.7, “Design Document REST API”.

Known Issues in 2.0.0 Build #1495