I am struggling for the past two days, also not even know whether its possible to do or not. Actually, my requirement is simple, i need to pass the logged-in user details from one application to another application (external). Problem is i don't have a source code of external application. Is it possible to fill the user details automatically and click the login button of external application. Can any one please suggest me whether its possible or not.
I have tried by the following approach which i have found in stack-overflow
var htmlForm = "<form id='myform' method='POST' action='//www.xxx.com/?/yyyy/Index.cshtml'>" +
// "<input type='hidden' id='usr_name' value='xxxx' />" +
//"</form>";
////Submit the form
//$(htmlForm).appendTo("body").submit();