Skip to content
#

scrapping

Here are 355 public repositories matching this topic...

xBioDreadx
xBioDreadx commented Oct 31, 2019

Hi, im currently parse website that require authentication for access to some content.
So I log in with browser, copy all created cookies and add them with each parse request.

    void editRequest(BoundRequestBuilder req, * *, * *) {
        cookieService.cookies.each { req.addCookie(it) }
    }

That works like a charm until website change cookies in response - short after this my c

good first issue

Improve this page

Add a description, image, and links to the scrapping topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the scrapping topic, visit your repo's landing page and select "manage topics."

Learn more