pagekit / vue-resource

The HTTP client for Vue.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

302 redirect can't be catched

r4do opened this issue · 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?

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

same here