When I call an API, it gives me 302 status code and follows many redirects before giving me a final result. In Postman Console, only one Request/Response logged in. I am interested to see all the followed 302 redirects. I saw one setting “Automatically follow redirects” ON/OFF but if do OFF, the API flow stops in first 302.
Is this possible in Postman native app to record all requests/responses? I can’t see such a configuration.