Vincent 2020/02/06For those who are trying to make a web-crawler for DotaBuff and keep getting 429 error, its because DotaBuff is your request Try changing your Headers so it looks more browser like To check your header when accessing dotabuff from ur browser check this out https://stackoverflow.com/questions/33974595/in-firefox-how-do-i-see-http-request-headers-where-in-web-console Then you can set the headers in java like this https://stackoverflow.com/questions/29098500/how-to-add-header-to-httprequest-of-get-method-in-java Best of luckkowareta 2020/02/06Yikes! Just set user agent to google bot Or set delays between requests u mongolian댓글을 작성하시려면 로그인이 필요합니다.스팀 계정으로 로그인
For those who are trying to make a web-crawler for DotaBuff and keep getting 429 error, its because DotaBuff is your request
Try changing your Headers so it looks more browser like
To check your header when accessing dotabuff from ur browser check this out
https://stackoverflow.com/questions/33974595/in-firefox-how-do-i-see-http-request-headers-where-in-web-console
Then you can set the headers in java like this
https://stackoverflow.com/questions/29098500/how-to-add-header-to-httprequest-of-get-method-in-java
Best of luck