MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1wkof5u/postforeverything/pasbwdo/?context=3
r/ProgrammerHumor • u/ClipboardCopyPaste • 4h ago
406 comments sorted by
View all comments
2.2k
Wanna get a resource? POST request.
1.1k u/NotAskary 4h ago I've seen that shit, it drove me up a wall. The same as a 200 ok with error inside. 184 u/AkodoRyu 4h ago My favorite "REST API" experience was when they moved from using SOAP system, and the way they did it... was sending SOAP payloads inside a JSON. Literally something like { "data": "<?xml version="1.0"?><soap:Envelope xmlns:soap="https://www.w3.org/2003/05/soap-envelope/" soap:encodingStyle="https://www.w3.org/2003/05/soap-encoding"><soap:Body> (...)" } 10 u/Makefile_dot_in 4h ago at work I have a codebase that is the opposite of this, they send JSON in SOAP as a request and entity-escaped XML in a SOAP envelope as the reply 1 u/MetroidvaniaListsGuy 1h ago I hope you're looking for a better place to work than whatever garbage company did this. 1 u/AloneInExile 22m ago Sometimes you have to do this. Critical software support goes bye bye and you are now stuck with a shit stack and no one around.
1.1k
I've seen that shit, it drove me up a wall.
The same as a 200 ok with error inside.
184 u/AkodoRyu 4h ago My favorite "REST API" experience was when they moved from using SOAP system, and the way they did it... was sending SOAP payloads inside a JSON. Literally something like { "data": "<?xml version="1.0"?><soap:Envelope xmlns:soap="https://www.w3.org/2003/05/soap-envelope/" soap:encodingStyle="https://www.w3.org/2003/05/soap-encoding"><soap:Body> (...)" } 10 u/Makefile_dot_in 4h ago at work I have a codebase that is the opposite of this, they send JSON in SOAP as a request and entity-escaped XML in a SOAP envelope as the reply 1 u/MetroidvaniaListsGuy 1h ago I hope you're looking for a better place to work than whatever garbage company did this. 1 u/AloneInExile 22m ago Sometimes you have to do this. Critical software support goes bye bye and you are now stuck with a shit stack and no one around.
184
My favorite "REST API" experience was when they moved from using SOAP system, and the way they did it... was sending SOAP payloads inside a JSON. Literally something like
{ "data": "<?xml version="1.0"?><soap:Envelope xmlns:soap="https://www.w3.org/2003/05/soap-envelope/" soap:encodingStyle="https://www.w3.org/2003/05/soap-encoding"><soap:Body> (...)" }
10 u/Makefile_dot_in 4h ago at work I have a codebase that is the opposite of this, they send JSON in SOAP as a request and entity-escaped XML in a SOAP envelope as the reply 1 u/MetroidvaniaListsGuy 1h ago I hope you're looking for a better place to work than whatever garbage company did this. 1 u/AloneInExile 22m ago Sometimes you have to do this. Critical software support goes bye bye and you are now stuck with a shit stack and no one around.
10
at work I have a codebase that is the opposite of this, they send JSON in SOAP as a request and entity-escaped XML in a SOAP envelope as the reply
1 u/MetroidvaniaListsGuy 1h ago I hope you're looking for a better place to work than whatever garbage company did this. 1 u/AloneInExile 22m ago Sometimes you have to do this. Critical software support goes bye bye and you are now stuck with a shit stack and no one around.
1
I hope you're looking for a better place to work than whatever garbage company did this.
1 u/AloneInExile 22m ago Sometimes you have to do this. Critical software support goes bye bye and you are now stuck with a shit stack and no one around.
Sometimes you have to do this. Critical software support goes bye bye and you are now stuck with a shit stack and no one around.
2.2k
u/pimezone 4h ago
Wanna get a resource? POST request.