Skip to content Skip to sidebar Skip to footer

Jsoup Login And Cookie

I'm trying to login into a site using JSoup but I'm having trouble getting a good cookie back. I'm not sure if the URL or login data is incorrect. Any help would be much appreciate

Solution 1:

I was missing the Login parameter in the form. After including that I was able to get a good cookie back.


Post a Comment for "Jsoup Login And Cookie"