302 redirect can't be catched

Author: r4doCreated Nov 29, 2018Updated Dec 28, 2020

There is no way to catch 302 redirect: when I'm trying to get page with 302 redirect, I can't catch that there was a redirect from one page to another: I'm always getting status 200 with content of page where I was redirected to. How can I know that request was redirected?