Question 9
For a web scraper that encounters 429 (Too Many Requests) status codes, which response strategy demonstrates ethical behavior?
Switch to different IP addresses to bypass the limit
Implement exponential backoff starting with the Retry-After header value, reduce request frequency permanently
Continue scraping but filter out 429 responses
Use browser automation to appear more human-like