installing ngrok code example
Example 1: install ngrok
npm i -g ngrok
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]
npm i -g ngrok
ngrok http -host-header="localhost:58821" 58821
ngrok http -host-header="localhost:[port]" [port]