ianrenton / SuccessWhale

:whale: A web-based multi-column social network client. No longer functional or maintained!
BSD 2-Clause "Simplified" License
14 stars 7 forks source link

Access SW API via HTTPS #49

Closed haku closed 10 years ago

haku commented 10 years ago

In my local copy I am able to swap http://api.successwhale.com for https://successwhale-api.herokuapp.com without issues. Uses will not see herokuapp.com and it has a real cert so no self-signed warnings.

ianrenton commented 10 years ago

OK, I'll change it. I thought viewing a site over HTTP and making HTTPS calls would be a Bad Thing, but presumably CORS is cool with that.

haku commented 10 years ago

Its bad the other way round, this way seems ok to me. It can't make it less secure.