1
I wonder if it is possible to mount a redirect to a third party login screen with the input "value" filled?
would point out something like:
http://dominio.com.br/login?pt01=admin-51
the input is like this:
<input id="P101-USERNAME" name="pt01" value="" placeholder="Usuário" type="text">
It is possible to mount a url that fills the value field?
you want the value of the p_t01 url to fill the value input pt01? that?
– Diego Braga
That’s right Diego
– Kim Hanneman