top | item 46609701 (no title) VTimofeenko | 1 month ago Genuinely curious: do programs read bodies of 429 responses? In the code bases that I have seen, 429 is not read beyond the code itself discuss order hn newest jakelazaroff|1 month ago Sometimes! The server can also send a retry-after header to indicate when the client is allowed to request the resource again: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/... deathanatos|1 month ago … which isn't part of the body of a 429… load replies (1) jacksnipe|1 month ago Up until very recently I would have said definitely not, but we're talking about LLM scrapers, who knows how much they've got crammed into their context windows. gleenn|1 month ago Almost certainly not by default, certainly not in any of the http libs I have used dfxm12|1 month ago If I find something useful there, I'll read it and code for it...
jakelazaroff|1 month ago Sometimes! The server can also send a retry-after header to indicate when the client is allowed to request the resource again: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/... deathanatos|1 month ago … which isn't part of the body of a 429… load replies (1)
jacksnipe|1 month ago Up until very recently I would have said definitely not, but we're talking about LLM scrapers, who knows how much they've got crammed into their context windows.
gleenn|1 month ago Almost certainly not by default, certainly not in any of the http libs I have used
jakelazaroff|1 month ago
deathanatos|1 month ago
jacksnipe|1 month ago
gleenn|1 month ago
dfxm12|1 month ago