[10:27:32] https://www.co-opbank.co.ke/careers/co-op-bank/front-end-developer-3/ [12:24:04] I did not get a value for Retry-After in header. (re @lucaswerkmeister: check if there’s a Retry-After header in the response) [12:26:05] then see earlier comments. serialize. read the docs. set a UA string. (re @GergesShamon: I did not get a value for Retry-After in header.) [12:33:17] I didn't understand you (re @jeremy_b: then see earlier comments. serialize. read the docs. set a UA string.) [12:38:27] https://t.me/wmhack/34141 [12:52:13] I am using GuzzleHttp, and I am looping to make multiple connections, what is the best way to reduce the number of requests? (re @jeremy_b: https://t.me/wmhack/34141) [12:52:48] don't make multiple connections? [12:54:59] This code:https://github.com/GergesShamon/sse-client/blob/main/src/Client.php (re @jeremy_b: don't make multiple connections?) [13:43:22] 1 set a user-age t header, so that people know who the origin of requests is. [13:43:23] 2. Use sleep(small period) between requests, to limit your pace. [22:24:37] https://www.mediawiki.org/wiki/API:Etiquette has more advice for API clients. That particular page is directed at Action API users, but some parts apply generally (mostly the User-Agent and serial request advice).