The website i scapped blocked me out by showing 406 Not Acceptable on the browser. It might i mistakenly sent too many requests at once on phython code. So i put time.sleep(10) for each loop to not make it look like a DDoS attack, and it seems worked out. My questions are: How long would it be reasonable to send
Tag: http-status-code-406
I Call API from PYTHON I get the response 406 Not Acceptable
I created a API in my site and I’m trying to call an API from python but I always get 406 as a response, however, if I put the url in the browser with the parameters, I can see the correct answer I already did some test in pages where you can tests you own API, I test it in