@orangeNgreen to Lemma - An iOS Lemmy clientEnglish • edit-21 year agoStatus Code 502?i.imgur.comimagemessage-square6arrow-up17arrow-down12file-text
arrow-up15arrow-down1imageStatus Code 502?i.imgur.com@orangeNgreen to Lemma - An iOS Lemmy clientEnglish • edit-21 year agomessage-square6file-text
Awesome update! But I’m getting a status code for all images. I’m posting a picture to hopefully help. Thanks!
minus-square@CatsGoMOWlinkEnglish1•1 year ago502 is not a rate limiting response. That would be 429. 500-level codes are for server errors. But of course that’s all just convention and you can design a crappy API to use whatever code you want.
minus-squarecandyman337linkfedilinkEnglish1•1 year agoIf you get a bad gateway response it’s often because of too many requests, is what I should have said
502 is not a rate limiting response. That would be 429. 500-level codes are for server errors. But of course that’s all just convention and you can design a crappy API to use whatever code you want.
If you get a bad gateway response it’s often because of too many requests, is what I should have said