有没有办法升级本地开发服务器上的不安全请求?
使用实时服务器:
live-server --https="C:\Users\pc\AppData\Roaming\npm\node_modules\live-server-https" --port=443 --host=livereload
尝试使用中间件,然后注意到由于服务器没有在端口 80 上侦听,因此没有请求通过中间件。
有没有办法升级本地开发服务器上的不安全请求?
使用实时服务器:
live-server --https="C:\Users\pc\AppData\Roaming\npm\node_modules\live-server-https" --port=443 --host=livereload
尝试使用中间件,然后注意到由于服务器没有在端口 80 上侦听,因此没有请求通过中间件。