iOS App: Pop-ups and authentication

Hi,
I am currently using an iframe to show another website in home assistant. It requires authentication via a username and password which is OK if I’m accessing from a browser as it presents a popup. However, in the homeassistant iOS app error 401 authentication required is shown with no popup.

Thanks in advance

1 Like

Have you solved? I have the very same issues… actually with my nginx auth popup…

Matteo

1 Like

Only way was to use:

https://user:[email protected]

Thanks, i’m using this in a weird way to get grafana loading in IOS…
The things that bother me is that the std configuration I have works perfectly outside of the app