Hi Everyone
I am having issues with get_file_contents() function on 2 different applications now.
Initially I wrote an API to pull content from the Dotabuff website, I was going to do this once a day to have updated statistics on myself.
however I probably made 200+ requests with the get_file_contents() while building my function in PHP.
and I presumed dotaBUFF had blocked my requests, as it gives me no response at all (not even a too many requests notification).
Its been roughly 2 weeks this issue occured, and the problem has not resided - http://www.dotabuff.com/topics/2015-02-03-http-get-request-429
However now, I have built an application which reads the steam API, its been live for a couple of days now.
and it uses get_file_contents to pull 3 different API files from steam, they all don't work anymore.
Steam wouldn't block peoples access to their API.
Do we have limitations on the get_file_contents to certain sites? my web applications are essentially useless without this function.
I am having issues with get_file_contents() function on 2 different applications now.
Initially I wrote an API to pull content from the Dotabuff website, I was going to do this once a day to have updated statistics on myself.
however I probably made 200+ requests with the get_file_contents() while building my function in PHP.
and I presumed dotaBUFF had blocked my requests, as it gives me no response at all (not even a too many requests notification).
Its been roughly 2 weeks this issue occured, and the problem has not resided - http://www.dotabuff.com/topics/2015-02-03-http-get-request-429
However now, I have built an application which reads the steam API, its been live for a couple of days now.
and it uses get_file_contents to pull 3 different API files from steam, they all don't work anymore.
Steam wouldn't block peoples access to their API.
Do we have limitations on the get_file_contents to certain sites? my web applications are essentially useless without this function.