You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to create a rule in my local OpenHAB instance using the /rules API endpoint and POST method, through myopenhab.
I'm getting a 401 error from myopenhab- presumably since my local OpenHAB instance needs authentication for this.
I have "Allow Basic Authentication" turned on in API Security - but how do I pass the Authorization header? In my HTTP POST to myopenhab, this will the authentication key for myopenhab, not for my local instance
The text was updated successfully, but these errors were encountered:
I'm trying to create a rule in my local OpenHAB instance using the /rules API endpoint and POST method, through myopenhab.
I'm getting a 401 error from myopenhab- presumably since my local OpenHAB instance needs authentication for this.
I have "Allow Basic Authentication" turned on in API Security - but how do I pass the Authorization header? In my HTTP POST to myopenhab, this will the authentication key for myopenhab, not for my local instance
The text was updated successfully, but these errors were encountered: