Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
J0t41768yLove it, when the solution architect comes up with this kind of brilliant ideas, just love it
-
Building an app with Meteor framework and this is what I dealt with when I didn't know better. Used to respond with 200 when it should be 404 😂
-
brod100268yI'm all for using the correct status codes, but I'll be damned if you force me to use the "correct" methods..
-
yusijs12508yI always struggle with figuring the correct response code to certain issues. Fallback to 500 ftw.
Sending HTTP status code 200 with error info in the body
undefined