We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some websites return 200 and then do the redirection via other mechanisms, like:
200
Meta Refresh tag
Which means: Redirect to http://example.com after 0 seconds
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.
The text was updated successfully, but these errors were encountered:
Hi, nice to see the feature. Feel free to open a pull request.
Sorry, something went wrong.
No branches or pull requests
Some websites return
200
and then do the redirection via other mechanisms, like:Meta Refresh tag
Which means: Redirect to http://example.com after 0 seconds
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.
The text was updated successfully, but these errors were encountered: