Skip to content

Instantly share code, notes, and snippets.

@krab7191
Created January 27, 2014 23:16
Embed
What would you like to do?
2.3.5
Running http-server on localhost:8080
browser window displays 'Not found', and command prompt diplays a GET request from windows 64 bit machine at specific date and time. Refreshing the page prints another request in command prompt.
This looks like a virtual server is created in the VM, which can be accessed through the computer's IP address at port 8080 which is for http and web traffic. There are no files on the server which is why it prints 'Not found'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment