Page 1 of 1

Browser authentication issue

PostPosted: Mon Mar 14, 2022 7:49 am
by kennybroh
My car has a browser but it apparently doesn’t allow pop-ups so when I try to log in I can’t enter the username or password and get an error message saying I’m not authorized.

Any way to pass that info as part of the URL? Any other workaround?


Sent from my iPhone using Tapatalk

Re: iPad Safari won't save Indigo login info

PostPosted: Tue Mar 15, 2022 4:15 pm
by jay (support)
Well, passing it on the URL line with HTTP Basic auth enabled is supposed to work but it appears to have gotten broken. We'll take a look at it for the next release.

This would be with Indigo Touch for Web (Moved it to that forum).

Re: Browser authentication issue

PostPosted: Wed Mar 16, 2022 9:14 am
by kennybroh
Thanks

Re: Browser authentication issue

PostPosted: Thu Mar 17, 2022 4:42 pm
by jltnol
FWIW, I've had the same problem with Safari at some point, so just started using a different browser to access Indigo Webpages, there are a LOT to choose from...

Re: Browser authentication issue

PostPosted: Mon Apr 11, 2022 3:19 pm
by jay (support)
Apparently, browsers now seem to be disabling this as a security feature. When used from a programmatic library, https://username:password@yourreflector.indigodomo.net/devices.json works. I tested both from python and from curl in a terminal window.