I am trying using JSoup to login to a website that uses Microsoft-IIS/7.5 server powered by ASP.NET
Whenever I open the website it opens this Login prompt
JSoup throws org.jsoup.HttpStatusException: HTTP error fetching URL. Status=401 when establishing a connection. I know nothing about web servers or how this login process goes I am just a Java developer and I encountered this issue when I tried to build an app that tries download some data from this website.
The answers here using basic authentication did not solve my problem and it keeps sending the same exception.