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
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, withundetected-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.