Suppose my web application is being hosted locally at http://localhost:9090/myapp
How do I make ngrok to point to this URL?
Because, if I use ngrok http 9090
it actually points to localhost:9090.
Probably it is of no value anymore, but I had the same problem. The solution I found is:
Hope it helps.
Regards