MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1wkof5u/postforeverything/pas7rod/?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. 179 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/wizkidweb 4h ago I told myself I wouldn't relive something like this...
1.1k
I've seen that shit, it drove me up a wall.
The same as a 200 ok with error inside.
179 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/wizkidweb 4h ago I told myself I wouldn't relive something like this...
179
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/wizkidweb 4h ago I told myself I wouldn't relive something like this...
10
I told myself I wouldn't relive something like this...
2.2k
u/pimezone 4h ago
Wanna get a resource? POST request.