Posts about Networking

Follow this feed RSS

posted by Tanseer

In my previous article, I talked about implementing the HTTP protocol over a standard TCP socket. Today, I will be using few libraries available in python that implements HTTP and try to build something like Flask web framework.

posted by Tanseer

While testing NGINX config files, my curiosity about its comprehension led me to explore the mechanics of HTTP, discovering its simple rules, inspiring me to explain what I learned in a blog post and construct a basic HTTP server from scratch in Python.

posted by Tanseer

This post gives a brief understanding of how an ISP can detect and block a VPN from its network.