I'm encountering an issue with undetected_chromedriver when trying to access https://nowsecure.nl. I've found that using the command options.add_argument('--user-agent=') affects the detection. After testing multiple times by enabling and disabling this command, I've confirmed that it influences the detection. Has anyone else experienced a similar problem? I'd appreciate any insights or advice on this matter.
Check the cookies. You're probably sending something like sec-ch-ua-platform, which if it say it uses a different platform than stated by UA, might trigger detection
I'm encountering an issue with undetected_chromedriver when trying to access https://nowsecure.nl. I've found that using the command options.add_argument('--user-agent=') affects the detection. After testing multiple times by enabling and disabling this command, I've confirmed that it influences the detection. Has anyone else experienced a similar problem? I'd appreciate any insights or advice on this matter.