> Every 5 to 10 seconds the element focus switches to a different input so while they're typing in one area, they may accidentally start typing in another in a mildly annoying way.<p>I think this shows how clueless many webmasters are, even today. state of the art these days is to capture the needed request using MITM Proxy or similar, then just replay those requests using the client of choice, NOT a browser. if you want to combat this stuff, just return a 429:<p><a href="https://developer.mozilla.org/docs/Web/HTTP/Status/429" rel="nofollow noreferrer">https://developer.mozilla.org/docs/Web/HTTP/Status/429</a><p>and include the proper response header:<p><a href="https://developer.mozilla.org/docs/Web/HTTP/Headers/Retry-After" rel="nofollow noreferrer">https://developer.mozilla.org/docs/Web/HTTP/Headers/Retry-Af...</a><p>stop doing this boutique crap, and stop trying to reinvent the wheel. its annoying, ESPECIALLY if it hits valid users.