ngrok windows hosting 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:58821" 58821
Example 3: how to add iis to ngrok
ngrok http -host-header="localhost:[port]" [port]