I have a radio panel with web interface and it has a function that is essential for speakers to use. the problem is that this interface allows me to register only 1 user. In this case, I (Administrator).
And I can not give this password to the galley for obvious reasons. Then I would like to make a second page that after the announcers connect, they click on a button and this button sends the login and password to the radio panel and opens a link that has there. All without the speaker having to provide login and password to access a function in the panel.
My only question is how to do this button with this function.
I'll make a kind of algorithm for you to understand: I did everything in BR, without any language. Thank you in advance.
var login = "login do painel"
var senha = "senha do painel"
var sitePainel = "http://painel.com/login"
var funcao = "http://painel.com/reset.cgi"
Se clicarNoBotão (enviar login + senha)
para sitePainel
se (login com sucesso)
executar funcao