paulodiovani / hacktoberrank

Hacktoberfest Rank
https://hacktoberrank-challenge.herokuapp.com/
MIT License
6 stars 17 forks source link

Enable HTTPS #48

Closed paulodiovani closed 4 years ago

paulodiovani commented 4 years ago

The current backend works only with HTTP. We must update to allow https as well.

Note: Heroku won't work without this.

I'm not 100% sure, this is needed. Heroku should be able to forward https requests to an http backend.

Still researching.

paulodiovani commented 4 years ago

This will be handled in #47