bookmarks-organizer icon indicating copy to clipboard operation
bookmarks-organizer copied to clipboard

quick fix for http -> https

Open cadeyrn opened this issue 7 years ago • 4 comments

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

cadeyrn avatar May 27 '17 07:05 cadeyrn

This would be a very great help.

bege10 avatar Feb 16 '19 00:02 bege10

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

  • http -> https
  • 301
  • 302

tDeContes avatar Feb 28 '24 02:02 tDeContes

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

cadeyrn avatar Feb 28 '24 07:02 cadeyrn

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.

tDeContes avatar Feb 28 '24 14:02 tDeContes