2.3.5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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