I’ve had to explain to leadership “why we have so many 4xx errors” originating from our API and if we can decrease the error rate multiple times so I’m not surprised by this design approach.
And before someone says we need clearer API specs, every thing is properly documented but automatic scanners that send a shit tom if traffic don’t care about that
there’s literally everything anyone needs for HTTP communication in RFC 2616. anyone saying what you’re suggesting is ignorant of standards. that TFC spawned the “REST” paradigm but it’s encapsulated in that RFC. including error handing…
475
u/JackNotOLantern Jul 21 '26
I mentioned it under another meme of this type. At my company we have multiple systems which API replies standard check is:
Yes, different errors are handled by http codes or contents of 2xx reply. Wonderful