PreviousNext

Problem Details for Better REST HTTP API Errors

by bill-s, 2021-05-18T15:52:13.691Z

How do you tell your API Consumers explicitly if there are errors or problems with their request? Everyone creating HTTP APIs seems to implement error responses differently. Wouldn’t it be great if HTTP API Errors had a standard? Well, there is! It’s called Problem Details (https://tools.ietf.org/html/rfc7807)

Read More