What is the default port for the Python HTTP server?

The default port for the Python HTTP server is 8000. When you start the server using the command python3 -m http.server, it will listen on port 8000 unless you specify a different port.

0 Comments

no data
Be the first to share your comment!