vue-resource
vue-resource copied to clipboard
302 redirect can't be catched
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?
+1 on this one, I would like to avoid to fetch the redirection result and actually do the redirection.
same here