Hi I am trying to log into this javascript? form using Java:
https://oasis.us.abnamroclearing.com/Login/login.aspx?ReturnUrl=%2f
I googled around and saw that I need to setRequestProperty?? and format in such a way to send the request. However I don't know what properties I need to set.
Say I just want to Login with username "apple" and password "banana".
What's the easiest way to go about this?