ngrok share localhost windows 10 code example
Example 1: ngrok live port vue js
ngrok http 8080 -host-header="localhost:8080"
Example 2: how to add iis to ngrok
ngrok http -host-header="localhost:[port]" [port]
ngrok http 8080 -host-header="localhost:8080"
ngrok http -host-header="localhost:[port]" [port]