setting up server using ngrok code example
Example 1: how to add iis to ngrok
ngrok http -host-header="localhost:58821" 58821
Example 2: install ngrok on server
ngrok http -host-header="localhost:[port]" [port]
ngrok http -host-header="localhost:58821" 58821
ngrok http -host-header="localhost:[port]" [port]