-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
API calls need to authenticate #22
Comments
BTW: it makes no difference if checkbox "Allow public access to Z-Wave API" is set or not |
Not yet, it is always public so far (will change soon). But you are trying not Z-Wave API, but ZAutomation (HA) API. This one is restricted. You need to authenticate yourself or add Anonymous user and give rights to it. |
You are right! I am using ZAutomation API. |
Please go in Settings->Admin and add user with anonymous role (in latest versions) |
Does not work. I created anonymous user named "anonymous". Opening Error is now: When I first log in as admin in same browser (or other browser tab) it works! |
Please move it into a room and give Anonymous user access to the room in users management tab |
In former versions I was able to place API calls without authentication like:
https://ip-of-zway:8083/ZAutomation/api/v1/devices/DummyDevice_95
Now I Need to authenticate via GUI before.
I use an iPhone app (Geofancy) which only can do HTTP basic authentication. Used that before with Nginx (reverse proxy).
I would like to have the possibility to disable GUI authentication or switch to HTTP basic authentication!
The text was updated successfully, but these errors were encountered: