1ngrok http 8080 -host-header="localhost:8080"
2ngrok http --host-header=rewrite 8080
3
1npm i ngrok -g
2> ngrok http port
3//if error invalid host header
4//try
5ngrok http port -host-header="localhost:port"
6
1ngrok http 8080 -host-header="localhost:8080"
2ngrok http --host-header=rewrite 8080