ipkn / crow

Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)
BSD 3-Clause "New" or "Revised" License
7.43k stars 889 forks source link

How to redirect from port 80(http) to 443(https) ? #424

Open writePerfectCode opened 6 months ago

writePerfectCode commented 6 months ago

Should I setup two app, one listen on 80, the other listen on 443. And when user input url with http, the app on port 80 response redirect the url to https ?