In previous versions of the question, there is the following: Overview of a website with an IP address, not a local host , which pretty much describes what I have done so far. I have a local IP address. Then I found ngrok, and apparently I don't need to connect via IP.
What I'm trying to do is expose my site running on a local hosting on the Internet. I found a tool that will do this: ngrok.
Running the website in visual studio, the website is running on localhost / port #. I run the command "ngrok http port #" on the command line. Everything seems to start well. I am creating a couple URLs and the ngrok check url (localhost: 4040) is working.
The only problem is that when I go to the generated URLs, I get an HTTP 400 error: invalid host id. This is a different error than starting "ngrok http wrongport #", which is an error not found by the host ... so I think something good is happening. I just can't say that ...
Is there any step that I am missing when exposing my site to the Internet through tunneling? If there is, I cannot find it in the ngrok documentation.
donlan May 29 '15 at 17:09 2015-05-29 17:09
source share