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

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

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...