Get final URL when response is 200

*I’m trying to read the response URL when ‘Automatically follow redirect’ is on and final response is 200 *:

I have tried to use pm.response.header.get(‘location’);

This works only when ‘Automatically follow redirect’ is turned off.