Python http.server options

243 Views Asked by At

Recently I was trying to developing my DownloadManager , cause of that I created test server by this command in Terminal:

python3 -m http.server 8080

but when I was trying to take range of a specific file , it always give me whole of file ! , when I try my code on my real WebSite(hosted on my domain), it work true.

should I add another option to python -m http.server ?

0

There are 0 best solutions below