bboygg.com

How to Test

  • Run any local server you prefered, I will using python3
python -m http.server port

# If you want to use address rather than default `0.0.0.0`, then you can use `--bind` command.
python -m http.server 8080 --bind 127.0.0.1 #It will serve as `127.0.0.1:8080`

🔗 Reference: https://docs.python.org/3/library/http.server.html