Intercepting requests
Hi, i'm currently trying to intercept redirects after a button click (react navigate) and collect the target url.
I already tried to use the page.on / page.route to block the specific request but it will still redirect to the page.
Maybe somebody have an idea.
Thank you
I already tried to use the page.on / page.route to block the specific request but it will still redirect to the page.
Maybe somebody have an idea.
Thank you