pagekit / vue-resource

The HTTP client for Vue.js
MIT License
10.08k stars 1.6k forks source link

302 redirect can't be catched #714

Open r4do opened 5 years ago

r4do commented 5 years ago

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?

JonLev commented 5 years ago

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

Boxie5 commented 3 years ago

same here