How to get programmatically get ngrok's URL's?
问题 I'm using ngrok 's free level service, and after starting ngrok , would like to find out the http and/or https URL it assigned to the tunnel. I was hoping the ngrok log would display the URL, but it does not. I'm aware that I could probably set this URL with the paid version but would prefer not to upgrade if possible. Is this functionality intentionally thwarted for security reasons? Programmatically determining the URL would enable me to automate the using of the tunnel, and, more