Putting it to work!
ClientListen.java
- Try sending file with "GET / HTTP/1.0<enter><enter>"to www.cnn.com on port 80
- You just sent an HTTP request to cnn web server
- HTTP response should come back with HTML content
ServerListen.java
- Try starting upon ServerListen on port 80
- Point Netscape to "http://localhost".
- It will open a connection to the same computer and make anHTTP request!