Makdi

Results 18 comments of Makdi

any update on this? @thomasdondorf

Oh, now I get it. Yes that could be done since internally UAs mentioned are lower-cased and then compared with the incoming UA from function arguments. Upto you. @jnioche

Let me know if you guys are planning to have this, I can create a PR for the same. Thanks.

Hey @jnioche @sebastian-nagel Shall I create a PR for the same?

For http crawler, this was relatively easy. ```javascript preNavigationHooks: [ async (crawlingContext, gotOptions) => { gotOptions.localAddress = secondaryIpAddress } ] ``` Setting `gotOptions.localAddress` works. Still looking out for `PuppeteerCrawler` I...

Hey @vladfrangu Yes, it only fails via docker. Works fine if run directly on host machine via node. Also in docker, it fails when used with https://github.com/vercel/pkg You can checkout...

Hey @vladfrangu , it is reproducible only with `pkg` tool. We have a requirement to convert our app to binary hence using the same. It however works with [email protected], not...