Is there any way to upgrade insecure requests on a local development server?
Using live-server:
live-server --https="C:\Users\pc\AppData\Roaming\npm\node_modules\live-server-https" --port=443 --host=livereload
Tried using a middleware, then noticed that since the server isn't listening on port 80 no requests get through to the middleware.