Postman returns 200 on timeout

Hi
We have an API that performs very long calculation, and after ~5 minutes returns status code 302 Found (meaning URL redirection)
Our problem is that in postman you get 200 status call instead

curl

Postman

Please advise

@nir.bar-el This is strange.
I am curious if you have the following option enabled?

@tmccann
Thanks for the quick and helpful response.
This was the issue alright, when I disabled this option I got the expected result.

@nir.bar-el Thats great to hear!