I'm trying to make a link to connect to my partner's website. To do so I want to POST my login credentials from my website to their website (https://www.solven.pe/funcionarios/login). The problem is that I cannot make it work, I get redirected to homepage instead. Is it there any solution for me?
<form name="loginForm" id="loginForm" action="https://www.solven.pe/funcionarios/login" method="post" target="_blank">
<input style="display:none;" type="text" id="exampleInputEmail22" name="email" value="xxx">
<input style="display:none;" type="password" id="exampleInputPassword42" name="password" value="xxx">
<button id="loginButton" class="btn btn-warning" data-toggle="tooltip" title="Ir a Solven">Ingresar</button>
</form>
Thank you!
Please login or Register to submit your answer