Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. Programmer Humor
  3. HTTP Cats

HTTP Cats

Scheduled Pinned Locked Moved Programmer Humor
programmerhumor
17 Posts 12 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A [email protected]

    Why would 418 ever be used?

    Also 425, mood.

    dekkia@this.doesnotcut.itD This user is from outside of this forum
    dekkia@this.doesnotcut.itD This user is from outside of this forum
    [email protected]
    wrote last edited by
    #3

    418 comes from an April fools' joke published as RFC7168.

    I've used it for debugging before because it stands out and is generally suported.

    B 1 Reply Last reply
    17
    • lena@gregtech.euL [email protected]

      API for HTTP Cats

      C This user is from outside of this forum
      C This user is from outside of this forum
      [email protected]
      wrote last edited by
      #4

      Has anybody else noticed that in practice, shit tons of stuff uses a subtly wrong code?

      lena@gregtech.euL blackmist@feddit.ukB 2 Replies Last reply
      17
      • C [email protected]

        Has anybody else noticed that in practice, shit tons of stuff uses a subtly wrong code?

        lena@gregtech.euL This user is from outside of this forum
        lena@gregtech.euL This user is from outside of this forum
        [email protected]
        wrote last edited by
        #5

        Yeah, I always make sure to use the relevant code in my projects. I've been using 422 a lot for missing data.

        1 Reply Last reply
        6
        • A [email protected]

          Why would 418 ever be used?

          Also 425, mood.

          F This user is from outside of this forum
          F This user is from outside of this forum
          [email protected]
          wrote last edited by [email protected]
          #6

          418: catchall API response when all else fails. Easy to filter in logs.

          1 Reply Last reply
          2
          • A [email protected]

            Why would 418 ever be used?

            Also 425, mood.

            F This user is from outside of this forum
            F This user is from outside of this forum
            [email protected]
            wrote last edited by
            #7

            As per RFC, when an internet-connected teapot is asked to brew coffee.

            1 Reply Last reply
            7
            • lena@gregtech.euL [email protected]

              API for HTTP Cats

              X This user is from outside of this forum
              X This user is from outside of this forum
              [email protected]
              wrote last edited by
              #8

              That thumbnail image reminds me of hovercat: https://youtu.be/p1u-R4RVL70

              1 Reply Last reply
              2
              • lena@gregtech.euL [email protected]

                API for HTTP Cats

                S This user is from outside of this forum
                S This user is from outside of this forum
                [email protected]
                wrote last edited by
                #9

                Is the API new? LOL, never seen that and now I need a project for an excuse to implement it.

                lena@gregtech.euL 1 Reply Last reply
                1
                • S [email protected]

                  Is the API new? LOL, never seen that and now I need a project for an excuse to implement it.

                  lena@gregtech.euL This user is from outside of this forum
                  lena@gregtech.euL This user is from outside of this forum
                  [email protected]
                  wrote last edited by
                  #10

                  I already use it in Lemvotes and it's quite funny

                  1 Reply Last reply
                  1
                  • lena@gregtech.euL [email protected]

                    API for HTTP Cats

                    Y This user is from outside of this forum
                    Y This user is from outside of this forum
                    [email protected]
                    wrote last edited by [email protected]
                    #11

                    For more fun with http error codes:

                    https://youtu.be/H9Kxas65f7A

                    lena@gregtech.euL 1 Reply Last reply
                    1
                    • Y [email protected]

                      For more fun with http error codes:

                      https://youtu.be/H9Kxas65f7A

                      lena@gregtech.euL This user is from outside of this forum
                      lena@gregtech.euL This user is from outside of this forum
                      [email protected]
                      wrote last edited by
                      #12

                      This is great, DEFCON talks are always amazing 😄

                      The one about email is also great.

                      Y 1 Reply Last reply
                      1
                      • lena@gregtech.euL [email protected]

                        API for HTTP Cats

                        B This user is from outside of this forum
                        B This user is from outside of this forum
                        [email protected]
                        wrote last edited by [email protected]
                        #13

                        Don't forget http.dog

                        N 1 Reply Last reply
                        3
                        • dekkia@this.doesnotcut.itD [email protected]

                          418 comes from an April fools' joke published as RFC7168.

                          I've used it for debugging before because it stands out and is generally suported.

                          B This user is from outside of this forum
                          B This user is from outside of this forum
                          [email protected]
                          wrote last edited by
                          #14

                          I once returned it in a home assignment in case true == false and added a comment that it's cosmic radiation induced bit flip detection.

                          I got the job.

                          1 Reply Last reply
                          5
                          • lena@gregtech.euL [email protected]

                            This is great, DEFCON talks are always amazing 😄

                            The one about email is also great.

                            Y This user is from outside of this forum
                            Y This user is from outside of this forum
                            [email protected]
                            wrote last edited by
                            #15

                            It's a fun look at a dry topic. It gives some really interesting insights too. All good things 🙂

                            DEFCON in general is an outstanding conference.

                            1 Reply Last reply
                            2
                            • B [email protected]

                              Don't forget http.dog

                              N This user is from outside of this forum
                              N This user is from outside of this forum
                              [email protected]
                              wrote last edited by
                              #16

                              1 Reply Last reply
                              4
                              • C [email protected]

                                Has anybody else noticed that in practice, shit tons of stuff uses a subtly wrong code?

                                blackmist@feddit.ukB This user is from outside of this forum
                                blackmist@feddit.ukB This user is from outside of this forum
                                [email protected]
                                wrote last edited by
                                #17

                                Like every crappy REST API that gives a 200 with an error message in it.

                                1 Reply Last reply
                                2
                                Reply
                                • Reply as topic
                                Log in to reply
                                • Oldest to Newest
                                • Newest to Oldest
                                • Most Votes


                                • Login

                                • Login or register to search.
                                • First post
                                  Last post
                                0
                                • Categories
                                • Recent
                                • Tags
                                • Popular
                                • World
                                • Users
                                • Groups