Good afternoon, I need to access the following link link
and in it I need my system in php to enter the login and the password.
The problem: 1- My page is in braco quado call this link ... but I tested the code with other sites and it worked. 2- When I access another site I can change the value of the inputs and tals, but I can not click the submit button.
What I need: 1- | Get access to the bv site, I think it should be something https security because I saw this by searching. 2 - Give submit in form or click the button because it's the only thing that I do not manipulate on the page ...
obs: I'm using javascript to insert data into inputs and with document.getElementById("input_login").value = "meu_login"
working,
but document.getElementById("botao_submit").submit()
does not work.
Thank you.