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
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