Hi Vincenzo,
Your db requires a login. When you use the futon link or button from the dashboard, you are automatically logged in. When you go directly to the URL you have mentioned, you need to login yourself:
- Click the login link in the lower right pane of futon
- Enter you Cloudnode user name as login user
- Enter you CouchDB token (from Account -> Tokens) as password
Then you are logged in and authorized to access you database.
When you access the database programmatically, you also need to provide the user name and password. Libraries like cradle offer a function for this.
- Hans