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

Support meta refresh tag and Refresh header #8

Open
omederos opened this issue Nov 16, 2015 · 1 comment
Open

Support meta refresh tag and Refresh header #8

omederos opened this issue Nov 16, 2015 · 1 comment

Comments

@omederos
Copy link

Some websites return 200 and then do the redirection via other mechanisms, like:

  1. Meta Refresh tag

Which means: Redirect to http://example.com after 0 seconds

  1. The "Refresh" HTTP header

http://stackoverflow.com/questions/283752/refresh-http-header

I know the standard practice is to do a 301/302 redirect, but it would be great to identify the above scenarios as well.

I think I'll implement it and I'll submit a PR.

Any ideas about optional paramters, etc. would be appreciated.

@quark-zju
Copy link
Owner

Hi, nice to see the feature. Feel free to open a pull request.

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