Page 1 of 1

Admin page login via POST / GET variables

PostPosted: Thu Apr 21, 2016 4:05 am
by killbox1986
Hi,

I have a situation where we need to display the realtime monitor page on a smart TV, my first problem is that I do not get prompted to login when I click the "Administration" link. Is there a way to log in with POST / GET variables such as "http://10.0.0.14/vicidial/admin.php?user=user&pass=pass" or similar?

Thanks in advance.

Re: Admin page login via POST / GET variables

PostPosted: Thu Apr 21, 2016 5:22 am
by mflorell
You could try this method, although I don't believe it works in Microsoft Internet Explorer:

http://username:password@server/

Re: Admin page login via POST / GET variables

PostPosted: Thu Apr 21, 2016 5:58 am
by killbox1986
Thanks that worked!

Re: Admin page login via POST / GET variables

PostPosted: Tue Mar 26, 2019 6:58 am
by IanGP
Hi,
Anyone else try this?
Doesn't seem to work with https://
So if anyone can offer an alternative, I'd be eternally grateful.

Cheers
IanGP

Re: Admin page login via POST / GET variables

PostPosted: Tue Mar 26, 2019 1:56 pm
by mflorell
It is a browser-specific thing, so you might want to try a few different web browsers to see where it works and doesn't work.

Re: Admin page login via POST / GET variables

PostPosted: Tue Mar 26, 2019 8:17 pm
by williamconley
IanGP wrote:Hi,
Anyone else try this?
Doesn't seem to work with https://
So if anyone can offer an alternative, I'd be eternally grateful.

Cheers
IanGP

you can edit the page to show without credentials for a specific local IP address. (or more safely to assume credentials if specific IP address).

then to be funny, you could sponsor that as an "add on feature" so you could put that somewhere in system settings: a list of "real time display without credentials" IP addresses.

other just have a special wallboard page made up. viewtopic.php?f=2&t=35850