Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-13 | save | Evgeny Zinoviev | |
2022-03-05 | use port from env | Emilien Devos | |
2021-10-02 | handle the case where there is an instant response from cloudflare | Emilien Devos | |
2021-04-02 | Return ResponseBuffer and close tab after each request. | Mubashshir | |
Fix for issue #16: Always return `ResponseBuffer` as body instead of `ResponseText`. Fix for issue #13: Move `page.close()` out of try block, so that the tab closes before returning the response. Closes #16, Closes #13 | |||
2020-09-06 | Allow customizing puppeteer headless & proxy with env. | Valtteri Vuorikoski | |
2020-06-07 | update puppeteer dependencies | Emilien Devos | |
2020-06-07 | retry if the verification page is presented again | Emilien Devos | |
2020-06-06 | fix fetching response body | Emilien Devos | |
2020-05-24 | one liner for some functions + pass the error to the body | Emilien Devos | |
2020-05-24 | handle response headers + cookies | Emilien Devos | |
2020-05-23 | add ability to post data + handle downloads | Emilien Devos | |
2020-05-22 | add ability to pass headers | Emilien Devos | |
2020-05-22 | enable adblock in order to speed up the loading process | Emilien Devos | |
2020-05-22 | avoid waiting for external resources | Emilien Devos | |
2020-05-22 | allow it to work without docker | Emilien Devos | |
2020-05-22 | change trigger for waiting for the anti bot page | Emilien Devos | |
2020-05-22 | working version | Emilien Devos | |