Question: using Python please RUNNING THE CLIENT Instead of using a browser, write your own HTTP client to test your server. Your client will connect to

using Python please
RUNNING THE CLIENT Instead of using a browser, write your own HTTP client to test your server. Your client will connect to the server using a TCP connection, send an HTTP request to the server, and display the server response as an output. You can assume that the HTTP request sent is a GET method. The client should take command line arguments specifying the server IP address or host name, the port at which the server is listening, and the path at which the requested object is stored at the server. The following is an input command format to run the client. 1 client.py 128.338.251.26 6789 hello.html
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
