Answer the question
In order to leave comments, you need to log in
How to log in to your personal account?
Good afternoon! The situation is as follows: you need to go to your personal account and parse headers from there, but I ran into an incomprehensibility how to enter your personal account. I found a finished piece when I used it, but alas, a 401 error.
Tell me where the error is and how to fix it?
Document doc = Jsoup.connect(URL)
.data("login", "xxxxx")
.data("passwd", "xxxxx")
.data("retpath", "url")
.post();
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question