Awesome update! But I’m getting a status code for all images. I’m posting a picture to hopefully help. Thanks!

  • @CatsGoMOW
    link
    English
    110 months ago

    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.

    • candyman337
      link
      fedilink
      English
      110 months ago

      If you get a bad gateway response it’s often because of too many requests, is what I should have said