How to continue entire redirect and ignore intermediate HTTP status 200 (or META)?

I’m trying to identify the final destination URL from links included in emails. All is well, unless for some redirect paths that include intermediate “final” statuses.

I.e. this link will not resolve into the final URL when parsed with the Make HTTP module, that would be this landing page in the browser. Also including a full redirect path from the browser here.

Are there any additional settings to have the HTTP module resolve to its final URL?