HTML Logging in to the website. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 :) ?

16th Dec 2016, 7:28 PM
Krzysztof P.
1 Answer
+ 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).
17th Dec 2016, 5:46 PM
Valen.H. ~
Valen.H. ~ - avatar