Relative Content

Tag Archive for proxyhttpresponse

Why do proxy async API’s sometimes return a 202 instead of a 200?

I was calling an internal service API through an external proxy API, but the responses I was getting were all 202’s. These were async API’s, but they all return 200’s when you call them directly on the internal service in Postman. I couldn’t find a lot of help by Googling the issue. I suspect the issue is simply related to the extra processing steps that a proxy async API goes through.