How to redirect from port 80(http) to 443(https) ?
Author: writePerfectCodeCreated Dec 28, 2023Updated Dec 28, 2023
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 ?
Source: ipkn/crow