0
votes

I'm creating a new Domino Volt application on our server. I want to populate a combobox with options coming from a Domino database on the same server.

DAS is used to get a json based on a view. The database containing the data has Anonymous reader access for testing purposes, but will require authentication in later releases.

When I open the DAS url in the browser, it returns the desired json. enter image description here

However, when I try to setup a service using the url, I get the following error: enter image description here

Can anybody help me out?

2
If you open a command window on the server and ping the hostname exactly as it appears in the URL, does it respond?Richard Schwartz

2 Answers

0
votes

Are you sure, you weren't logged in with your browser? I think, you were... ;-)

0
votes

It sounds like an authentication issue. If the service is secure then credentials need to be added to the service config. This can be done by adding an authorization request header.