Write a Python program which let the user input a website linkand a filename.
Then the program will send an HTTP request to the server.
Finally, this program will create a new file according to thefilename and save the response from the server into that file.
Sample input: www.kennesaw.edu response.txt.
The result is the response will be saved into the fileresponse.txt. Note: You may try to finish this assignment based onthe program web client.py in the folder “Web architecture andHTTP”.
Write a Python program which let the user input a website link and a filename. Then the program will send an HTTP reques
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am