Would it be possible to anyhow allow the authentication pop-up to render inside the app (or be allowed at all somehow)? I have a couple of iframe panel pages that use http authentication (set in nginx).
This works in any browser ofc, but the app supresses the pop-up, giving me a 401 Authorization Required - which is a good thing.
EdIT 2:
It was solved the old school way. Found this thread:
Why didn’t I think of that.
But I would like to be able to login. Preferable also that the login credentials be stored in the app.
Is this feasible?
Just a thought.
EDIT: I just went and changed the docker app to use its native log in - but it also has a pop-up, and not a landing page for logging in. Therefor no go.