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 want to integrate the "actions" panel as an iframe into my home automation system (homeassistant). Chimera runs in a http session. If I embed it as an iframe (and it isn't running https) I am not allowed to use POST to authenticate (it's disallowed by the browser). What I would like to do is either disable the password at all or put the password as a GET parameter (or http basic auth, anything I can put in the iframe url) in order to be logged in without another user interaction within that specific iframe.
That would be great.
The text was updated successfully, but these errors were encountered:
I want to integrate the "actions" panel as an iframe into my home automation system (homeassistant). Chimera runs in a http session. If I embed it as an iframe (and it isn't running https) I am not allowed to use POST to authenticate (it's disallowed by the browser). What I would like to do is either disable the password at all or put the password as a GET parameter (or http basic auth, anything I can put in the iframe url) in order to be logged in without another user interaction within that specific iframe.
That would be great.
The text was updated successfully, but these errors were encountered: