Hello guys,
I'm trying to pass credentials in url of the insurance campany to login automatically in the website that was not developed in Outsystems. It was suggested to use POST request to /login.php with username and password parameters. I tried to use PostRequest_AddArgument Action and PostRequest_Submit Action but without success. Also I tried this code but without success as well.
<form action="http://insurancecompany.com/privatearea/?postlogin" method="post">
Login: <input type="text" name="Login"><br>
Password: <input type="text" name="Password"><br>
<input type="submit" value="Login">
</form>
Anyone had this problem in past?
Thanks