petrpatek
petrpatek
Allow session to by lock and not picked for use. If the locked session is picked, SessionPool should pick a new one. It is useful when logging in, solving captchas.
During working on TripAdvisor, I discovered that the dataset API gets overloaded when I send for example 10 request at the time with higher concurrency. So I was wondering whether...
We should also inject the collected plugin data for supported browsers.
As Gavin mentioned we could use https://github.com/abrahamjuliot/creepjs for fingerprint consistency testing.
I would add the parameter to the examples too. For example, I searched the number of params, and I would fail to find the third one.
This feature is necessary for the worker fingerprint injection. I started playing with the worker injection when bypassing the Kasada protection. I have tried two methods of injection. First, using...
This is a POC version with minimal API and minimal request footprint. Possible improvements: - Use magazine instead of the queue to allow syncing with kv-store during the run and...