How to redirect to calling page if Javascript fetch gets a redirect
I have a case where I'm calling fetch() and if the response is a 302 Redirect, I want to redirect the calling page to wherever it redirects to instead of following the redirect to retrieve the data. The scenario is…