asp.NET login using HTTP post method with jsoup
问题 I am recently trying to develop a android app for my school friends so they do not have to use a web browser but an simple app to check their updated grades and exam schedule but since the school wont give permission to use their DB the only method is to do HTML parsing. so I found this library Jsoup and an example and started writing my own code but it always brings me the page source of login in page (It doesnt log in at all) public Document getHTMLsoure() { Document doc=null; try { doc =