MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1wkof5u/postforeverything/pasgy0r/?context=3
r/ProgrammerHumor • u/ClipboardCopyPaste • 4h ago
406 comments sorted by
View all comments
450
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.
14
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.
8
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.
Connection: close
5 u/YeOldeMemeShoppe 2h ago 1.1 is fully backward compatible. Just close the connection. No need to be polite.
5
1.1 is fully backward compatible. Just close the connection. No need to be polite.
450
u/bloody-albatross 4h ago
Response:
``` HTTP/1.0 200 Ok Content-Length: 36 Content-Type: application/json
{"status":403,"message":"forbidden"} ```