I'm using simplexml in my code and it worked well since yesterday, now i have this message: failed to open stream: HTTP request failed! HTTP/1.1 409 Too many requests
Asked
Active
Viewed 1,616 times
-1
-
What is your question? – mrCarnivore Nov 21 '17 at 17:50
1 Answers
1
That is not a problem in your code, but on the server which you're calling. You seem to have exceeded one of its limits for the number of API/HTTP requests.

xs0
- 2,990
- 17
- 25
-
-
any ideas how to resolve without change my code? tks by the way, the site is: www.autofave.com.br – Leonardo Raposo Nov 21 '17 at 17:32
-
I don't think you can solve it by changing your code at all.. talk to the server administrator.. – xs0 Nov 21 '17 at 17:37
-
The server said that i need change my code to put only one request per minute – Leonardo Raposo Nov 21 '17 at 18:51
-
Well then, you'll have to let me know why you're calling the server, i.e. What does it do? – xs0 Nov 21 '17 at 20:19