PadraigHalstead / solana-ca-screener

Quickly bulk screen Solana Blockchain CA's for rug pulls, scams and find ones which are genuine.
3 stars 0 forks source link

Error 403 - Hardcoded User Agent only works for devices running the same version of chrome #1

Closed PadraigHalstead closed 4 weeks ago

PadraigHalstead commented 1 month ago

On windows,

Using the user agent:

Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36

When installed version is 128.0.0.0, it will produce a 403 error.

Need to dynamically fetch the chrome version installed and set the user agent that way.

PadraigHalstead commented 4 weeks ago

Need this to work also for firefox if chrome is not installed (safari for Mac OS also)