I would like to know if it is possible to mount a redirection to a third-party login screen with the input value filled in?
would point something like:
http://dominio.com.br/login?pt01=admin-51
the input looks like this:
<input id="P101-USERNAME" name="pt01" value="" placeholder="Usuário" type="text">
Is it possible to build a url that fills the value field?