+ 1
HTML Logging in to the website.
Hello, I'm wondering how can I log-in to sololearn and other sites. Here is what I tried: <form action="https://www.sololearn.com/User/Login" method="POST" target="_blank"> <input type="text" name= "Email"/> <br/> <input type="password" name= "Password"/> <br/> <input type="submit" value= "SIGN IN"/> </form> And that's what I get: Error. An error occurred while processing your request. (already on sololearn site) I suppose it's "text" fault. Any ideas for a newbie :) ?
1 Respuesta
+ 3
This will be translated into : https://www.sololearn.com/User/Login?Email=&Password=
Are you sure this is true?
If yes, the fault is the session cookies (already logged in from somewhere else).