This repository contains a minimal Python HTTP server that logs basic request metadata (such as request headers and client address) received during standard HTTP communication.
The code is intended for educational and academic demonstration only. It illustrates how HTTP request metadata is automatically exposed when a client connects to a server, and is used to support discussion on web data collection and privacy.
Run the server locally and access it from a browser on the same network to observe the request headers sent by the client.
You can run the server using the following command:
python server.pyThis project is not intended for production use or large-scale data collection.