Search This Blog

Saturday, October 21, 2017

ngrok - secure tunnels to localhost

ngrok - secure introspectable tunnels to localhost:


to work with your local IIS EXPRESS under visual studio use this:

ngrok http -host-header="localhost:58821" 58821

where 58821 is your port number

more details - how to use ngrok with windows and visual studio to test webhooks

No comments: