py4e
py4e copied to clipboard
Chapter 12 the request assignment
I have the correct etag in quotes and the content length and it says I'm wrong. Please manually clear me on this. If you can pass me on this and the other problem I just posted previously. I can move on to course 4.
Thanks
Fred Shimfessel
@FredShimfessel123 Please share screenshot
Here it is
Hello @FredShimfessel123 based on the screenshot, I think you are using "romeo" text file URL.
cmd = 'GET http://data.pr4e.org/romeo.txt HTTP/1.0\r\n\r\n'.encode()
But the assignment mentions to use "intro-short" URL
http://data.pr4e.org/intro-short.txt
Hope it helps.