This project was developed as part of the Full Stack Web Development course at the University of Patras, Greece, within the Department of Computer Engineering and Informatics.
The HAR File Analyzer is designed to collect and analyze HTTP Archive (HAR) files from various websites at different times of the day. By examining the full HTTP request and response data contained in HAR files, the project aims to identify variations in web traffic patterns based on the time of collection.
- Capture HAR files from selected websites at different times of the day.
- Analyze the collected data to extract detailed HTTP request and response information.
- Observe and interpret traffic variations depending on the time of day.
The HTTP Archive (HAR) format is a standardized format for logging network requests in web browsers. More details can be found here.