ultrafunkamsterdam / undetected-chromedriver

Custom Selenium Chromedriver | Zero-Config | Passes ALL bot mitigation systems (like Distil / Imperva/ Datadadome / CloudFlare IUAM)
https://github.com/UltrafunkAmsterdam/undetected-chromedriver
GNU General Public License v3.0
9.59k stars 1.14k forks source link

Website is detecting chromedriver #1450

Open devbrian opened 1 year ago

devbrian commented 1 year ago

URL - https://app.hardrock.bet/login

You can type in some random credentials, if you open the network tab and look at https://api.hardrocksportsbook.com/sportsbook/v1/api/login should return 200 with a response code of INVALID_CREDENTIALS. However, with undetected-chromedriver it returns a 403. (Same with real credentials, but easier to test with fake credentials). There is no preset cookies it is looking for, I went on a fresh PC that has never been to the site before and typed in the URL directly and I got a proper 200 response in a real browser. The rest of the site works completely fine UC, but looks like the login api has some additional security blocking chromedriver. I have tried V3.4.6 and V3.5.1, neither work.

Even if there is no automation in UC, if I just launch a UC browser and go to and navigate the site manually, still get 403'd at https://api.hardrocksportsbook.com/sportsbook/v1/api/login

I have tried v102, v114, and v115 of chrome.

nikolsky commented 1 year ago

same problem with another api

jeffreybatista commented 1 year ago

doesn't work for me with rockylinux 9 but works from my Mac.