codeforces-parser icon indicating copy to clipboard operation
codeforces-parser copied to clipboard

Update user agent in HTTP requests to reduce blocking risk

Open TrainedPro opened this issue 1 year ago • 0 comments

The CodeForces blocks requests with the default Python User-Agent string. Modified the User-Agent to a more versatile and browser-like format to ensure successful requests and reduce the likelihood of being blocked.

TrainedPro avatar Sep 30 '24 17:09 TrainedPro