superfeedr / subtome

A universal Subscribe/Follow button.
http://subtome.com
MIT License
167 stars 32 forks source link

registration handling http/https #8

Closed cadeyrn closed 11 years ago

cadeyrn commented 11 years ago

STR:

  1. Register for a few readers: https://github.com/superfeedr/subtome#registration-for-popular-readers
  2. Visit a https page and try to subscribe via SubToMe. Your added readers are available.
  3. Visit a http page and try to subscrube via SubToMe. Your added readers are not available.
  4. Repeat Step 1, but change the URLs to http instead of https
  5. Repeat Step 3, your added readers are available.
julien51 commented 11 years ago

Hum, this is odd. In practice all non-http pages on subtome.com redirect to their equivalent with https. I tried to reproduce what you highlighted, but that does not fail for me (as the redirects work fine for registration)...

That said, @voxpelli's approach is more robust! So I'll merge that I think.