Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to achieve redirections? #1

Open
Shifrin opened this issue Feb 4, 2020 · 1 comment
Open

How to achieve redirections? #1

Shifrin opened this issue Feb 4, 2020 · 1 comment

Comments

@Shifrin
Copy link

Shifrin commented Feb 4, 2020

Thank you for the great library. I have started to give a try to this. It's working well and really fasts. But the problem which I found is I couldn't make a redirection anyway if server-side returns a redirection URL. Can you please give me an idea of how I can make a redirection or if I miss something please give your advice.

@getdave
Copy link
Owner

getdave commented Mar 4, 2020

Ah. That might be an oversight.

You might need to alter the code to check for 301 or 302 response and let them fall through to be handled by the browser rather than intercepted by the JS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants