Skip to content Skip to sidebar Skip to footer
Showing posts with the label Simplehttpserver

How To Start Python Simplehttpserver On Windows 10

I recently bought a Windows 10 machine and now I want to run a server locally for testing a webpage… Read more How To Start Python Simplehttpserver On Windows 10

Python Simplehttpserver: Change Response Header

I use python's SimpleHTTPServer for tests applications. Now for the test I need to change in th… Read more Python Simplehttpserver: Change Response Header

Print Statements Not Working When Serve_forever() Is Called?

I have the following small python script to run a local server for testing some html: print('op… Read more Print Statements Not Working When Serve_forever() Is Called?

SimpleHTTPServer Add Default.htm Default.html To Index Files

I always use $ python -m SimpleHTTPServer for fast local static web testing, it works great with in… Read more SimpleHTTPServer Add Default.htm Default.html To Index Files