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

quick fix for http -> https #9

Open
cadeyrn opened this issue May 27, 2017 · 4 comments
Open

quick fix for http -> https #9

cadeyrn opened this issue May 27, 2017 · 4 comments

Comments

@cadeyrn
Copy link
Owner

cadeyrn commented May 27, 2017

There is already an option to repair all redirects. A new option could be introduced to only repair http to https conversions.

@bege10
Copy link

bege10 commented Feb 16, 2019

This would be a very great help.

@tDeContes
Copy link

You could provide different cases of redirects, and ability to handle each of them differently, like for errors : #131.

  • http -> https
  • 301
  • 302

@cadeyrn
Copy link
Owner Author

cadeyrn commented Feb 28, 2024

What would be the use case for making a difference between 301 and 302?

@tDeContes
Copy link

I don't know how web sites really use them, but I can imagine one might want to repair permanent redirects but not temporary redirects.

Personally I needn't that, I want to repair all.
I need that for errors, where HTTP/HTTPS is not one, and for error kinds (notably timeout) which can be temporary server breakdowns.

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

No branches or pull requests

3 participants