reddit
reddit copied to clipboard
"Too Many Requests", "error": 429
the http.Get() request to
http://reddit.com/r/golang.json
is failing with error 429 "Too Many Requests"
but the browser is able to open the golang.json file.
I exposed golang.json to my web server
and still the same error
then moved all the source code in main.go file and it worked
with golang.json placed in my server and it printed again the same error
with call to http://reddit.com/r/golang.json
Any ideas how to fix the program.