top | item 46609498 (no title) jacksnipe | 1 month ago It’s not great, but you could add it to the body of a 429 response. discuss order hn newest 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 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/... 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...
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 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/... 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/... 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
VTimofeenko|1 month ago
jakelazaroff|1 month ago
jacksnipe|1 month ago
gleenn|1 month ago
dfxm12|1 month ago