Hi,
- Can we disable authentication for REST.
- Can we use cookies to do avoid authentication for every request? If not is there any other way to avoid authentication for every request?
Hi,
For #1, I don’t think you want to disable authentication for REST, otherwise anyone could send a request to modify the configuration.
For #2, ConfD currently only supports HTTP Basic Authentication, so the username/password must be sent on each request.