vue-resource icon indicating copy to clipboard operation
vue-resource copied to clipboard

302 redirect can't be catched

Open r4do opened this issue 6 years ago • 2 comments

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?

r4do avatar Nov 29 '18 16:11 r4do

+1 on this one, I would like to avoid to fetch the redirection result and actually do the redirection.

JonLev avatar Dec 06 '18 11:12 JonLev

same here

Boxie5 avatar Dec 28 '20 03:12 Boxie5