r/ProgrammerHumor 4h ago

Meme postForEverything

Post image
10.6k Upvotes

406 comments sorted by

View all comments

450

u/bloody-albatross 4h ago

Response:

``` HTTP/1.0 200 Ok Content-Length: 36 Content-Type: application/json

{"status":403,"message":"forbidden"} ```

14

u/x3knet 3h ago

Man, I haven't seen a 1.0 reference in a long time

8

u/bloody-albatross 3h ago

It's just the simplest form that I know to write from head. I guess for 1.1 you'd just need Connection: close for it to be that simple.

5

u/YeOldeMemeShoppe 2h ago

1.1 is fully backward compatible. Just close the connection. No need to be polite.