Yuri Olive
Yuri Olive
Same here: react-native-cli: 2.0.1 react-native: 0.47.1 Java 8 Windows 10
Hi @blakebyrnes got it, thanks. I think will be great if only in the docs we make sure is not implemented yet: https://secretagent.dev/docs/overview/basic-concepts I think to put like a `(planned)`...
I'm with the same issue, testing with Postman I saw that the order of the headers is important. We should make sure we have Host header as the first one....
> Do you have an example domain? I cannot reproduce this yet Yes, you can try in `https://www.g2.com`
I think the sortHeaders is hard coded in this line https://github.com/apify/got-scraping/blob/07ea3b43f06aa05e64857d60208b9522c1193e45/src/agent/transform-headers-agent.ts#L88
Cloudflare protection has some crazy things. If you have the `cf_clearance` cookie the order of the headers doesn't matter, but if you just have the `__cf_bm` cookie the order matters....
> I couldn't make it work with Chrome values. They're using their own implementation of SSL so it may be impossible to fix in Node. However, it seems Firefox works...
> And it works again... weird stuff is going on 🤔 I think g2 website is having some downtime https://status.g2.com/ . I think GetApp website also uses Cloudflare Bot Protection...
> Can you try `[email protected]` and run your code with updated all dependencies? Make sure `header-generator` uses the beta. Still not working, got a different error now: Access denied Error...
> Can you try firefox? You'd need to pass > > ```js > headerGeneratorOptions: { > browsers: [ > "firefox", > ], > }, > ``` > > in the...