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.
However, when I try to setup a service using the url, I get the following error:
Can anybody help me out?