Migrate HTTP targets to HTTPS
jamesaoverton opened this issue · 1 comments
jamesaoverton commented
Many of our PURLs redirect to HTTP resources that are also served via HTTPS. (Often those HTTP resources already redirect to their HTTPS versions.) It would be better for these to redirect to HTTPS instead. This is purely a matter of updating our configurations in this repository.
We should write scripts to:
- collect the HTTP targets
- group them by domain and sort by frequency
- migrate known-good cases to HTTPS
- report on the leftovers for manual review
Any volunteers?
jamesaoverton commented
Extending 2 and 3: We could collect a list of distinct HTTP target URLs, and then request them to see if they redirect (HTTP 30x) to HTTPS URLs. Those would be good candidates for replacement, although I would want a human to check the results.