iamoskvin
iamoskvin
Hello, and thank you for the answer. I am making a **cross-site POST-request**. I don't think that code snippets are relevant for the explanation. I could write headers if it...
Hello, any progress on this issue? Antidetect browsers can "replace" fingerprints in a way that is invisible for the pixelscan. But the fingerprint-suite can't do this in my experience.
I have the same question. Do you find any solution? The mouse speed is lower than I need. I can manually edit the path function, but the maximum speed is...
> Sorry, but no. The is actually a very complicate feature, which is not supported by curl. See: [curl/curl#5081](https://github.com/curl/curl/issues/5081) It is supported in this fork, btw. Maybe you could use...
> when using the CLI, what is the command you are using? curl 'https://gateway-run.bls.dev/api/v1/nodes/someid/start-session' \ -X 'POST' \ -H 'accept: */*' \ -H 'accept-language: en-US,en;q=0.9,ru;q=0.8,ka;q=0.7' \ -H 'authorization: Bearer some-token'...
> Do you have simple code that can be replicated ? Probably, the code below (run with _node --expose-gc_). The heapUsed and heapTotal are growing endlessly. The real app eat...
If I am running this code with inspect flag: node --expose-gc --inspect-brk the memory consumption increases linearly. But if I run the similar code with native fetch, then I see...
> > If I am running this code with inspect flag: node --expose-gc --inspect-brk the memory consumption increases linearly. > > But if I run the similar code with native...
> ```js > initMem > ``` is initMem measured just at the script start? I was running the script for several minutes (10000 requests), not seconds.
Thanks, I ran a lot of tests, including your code. I think that the most simple test is with the code below: If I read the resp in any way:...