How to keep http session?
JesusMtnez opened this issue · 1 comments
JesusMtnez commented
First of all, thank you for this amazing lib, it really makes thing easier to do some web-scraping in Scala. Really, thank you.
I'm working on a side project that requires to keep a HTTP session alive, so I could log-in and navigate using that session. Is there an easy way of doing it? Right now, I see no way of doing that apart from making some refactoring in Browser
and all its implementations.
Thank you
JesusMtnez commented
Hello again... after playing around with Jsoup and some http clients, I realize that scala-scraper
already keeps the session cookies if a login operation is done. Again, thank you for this cool lib, and sorry for the noise with the question.