[Vuejs]-How to setup redirect from HTTP to HTTPS in Vue.js app?

0👍

The best option is to redirect the Requests directly in the webservers configuration (Nginx / Apache2)

Or you need a second http server listen on port 80,but I never did that
(well I cannot coment under you post because of missing reputation)

Leave a comment