HTTP Status code for partial success or partial error response
I have an application where we send a request to two applications parallelly. Once I receive both the responses, I consolidate them to form a final response. When one of the systems fails to send a successful response, what should be the overall HTTP status code as it is a partial response? I tried to… Read More HTTP Status code for partial success or partial error response