Skip to content
Cybercademy
Back to Project Ideas

Write an HTTP Proxy

Write an HTTP proxy to examine web traffic and identify suspicious content.

python networking http scripting

Overview

An HTTP proxy is a content filter to examine web traffic and identify suspicious content. Using the programming language of your choice, write your own HTTP proxy to identify potentially malicious content being transmitted across the web.

Project Recommendations

It is recommended you have familiarity with the fundamental programming concepts, foundational knowledge of how websites work, understanding of HTTP (and HTTPS), client server communications, and knowledge of a programming language.