edgi-govdata-archiving / wayback

A Python API to the Internet Archive Wayback Machine
https://wayback.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
65 stars 12 forks source link

Multiple API endpoints use HTTP instead of HTTPS #81

Closed sundhaug92 closed 2 years ago

sundhaug92 commented 3 years ago

Ex:

Note: Fixing this may require changing the mocks

Mr0grog commented 3 years ago

Ah! This is because the memento URLs used to redirect from https to http (very surprising, which is why I remember it!). It looks like that’s changed, though, so we should probably make everything HTTPS. Thanks! 👍

I’m also happy to accept a PR if you’d like to make the change.