Interactive HTTP Packet Capture Tool: Aiding Penetration Testing and Development | Open Source Daily No.721

Interactive HTTP Packet Capture Tool: Aiding Penetration Testing and Development | Open Source Daily No.721

mitmproxy/mitmproxyhttps://github.com/mitmproxy/mitmproxy Stars: <span>38.2k</span> License: <span>MIT</span> mitmproxy is an interactive, SSL/TLS-capable HTTP proxy designed for penetration testers and software developers. Supports HTTP/1, HTTP/2, and WebSockets protocols Provides a command-line version mitmdump, similar to tcpdump for HTTP traffic analysis Features a web-based interface mitmweb for user-friendly operation and monitoring Offers extensive documentation and tutorials to help users … Read more

Complete Guide to Building an HTTP Proxy Server in C# in 10 Minutes: From Theory to Practice

Complete Guide to Building an HTTP Proxy Server in C# in 10 Minutes: From Theory to Practice

Have you encountered such development pain points: the internal network environment cannot access external APIs and needs to be debugged through a proxy? Or do you need to monitor the HTTP request traffic of team applications? Recently, many developers in the .NET technology group have been discussing a common question: “How to quickly implement a … Read more

Setting Up HTTP Network Proxy in Ubuntu Apt

Setting Up HTTP Network Proxy in Ubuntu Apt

Wishing everyone a Happy New Year! Thank you all for your continued support of the “Program Knowledge Road” public account and website! During the use of Ubuntu, you may often encounter slow downloads of packages from PPA software sources. In this case, you can use a network proxy to speed up the download of related … Read more

Installing Privoxy on Linux and Setting Up HTTP Proxy in Command Line Terminal

Installing Privoxy on Linux and Setting Up HTTP Proxy in Command Line Terminal

Wishing everyone a Happy New Year! Thank you all for your continued support of the “Program Knowledge Road” public account and website! This article introduces Privoxy, a powerful HTTP/HTTPS proxy server software with built-in content filtering for network traffic forwarding. Privoxy has many features, but this article will only cover one of its functionalities: “network … Read more

Understanding HTTP Proxy Authentication: How Software Works, the Process, and the Principles

Understanding HTTP Proxy Authentication: How Software Works, the Process, and the Principles

Complete Process of HTTP Proxy Authentication How Username and Password are Verified When using an HTTP proxy, how are the entered username and password verified? This article will explain the principles and demonstrate the process, giving you a comprehensive understanding of the HTTP proxy authentication mechanism and its key implementation logic. Key Concepts How does … Read more

In-Depth Analysis of HTTP Proxies: How HTTP Proxies Work and Their Application Scenarios

In-Depth Analysis of HTTP Proxies: How HTTP Proxies Work and Their Application Scenarios

When we talk about “proxy IPs” in our daily online activities, “HTTP proxies” are undoubtedly one of the most discussed topics. But what exactly is an HTTP proxy? In what scenarios can it be applied? How mysterious is its operating principle? Today, we break the norm and provide a detailed analysis of the story behind … Read more

Comprehensive Analysis of HTTP Proxies: Technical Principles and Application Value

Comprehensive Analysis of HTTP Proxies: Technical Principles and Application Value

HTTP proxies, as an important branch of proxy technology, play an indispensable role in internet applications. Whether in data collection, distributed system load balancing, or user privacy protection scenarios, the technical core and principles are of great concern. This article will provide a detailed analysis of the working principles, protocol features, and practical value of … Read more

Everyone Needs an HTTP Proxy for Debugging

Everyone Needs an HTTP Proxy for Debugging

Introduction This article discusses how front-end engineers can use HTTP proxies for debugging, going beyond the limitations of DevTools. Today’s article is shared by Front-end Morning Reading @huli. As a front-end engineer who deals with web pages daily, it is quite reasonable to be familiar with the use of DevTools. Whenever there is an issue … Read more

Everyone Needs an HTTP Proxy for Debugging

Everyone Needs an HTTP Proxy for Debugging

Author: @huli https://blog.huli.tw/2025/04/23/everyone-need-a-http-proxy-to-debug/ Introduction This article introduces how front-end engineers can use HTTP proxies for debugging, surpassing the limitations of DevTools. Today’s article is shared by Front-end Morning Reading @huli. As a front-end engineer who deals with web pages daily, it is quite reasonable to be familiar with the use of DevTools. Whenever there is … Read more

What Are the Differences Between SOCKS5 Proxy and HTTP Proxy?

What Are the Differences Between SOCKS5 Proxy and HTTP Proxy?

When you are “surfing” the internet, have you ever wondered how proxy servers work? What are the differences between SOCKS5 and HTTP proxies, these “twin brothers”? I will use the analogy of a courier to help you easily understand the core differences between these two types of proxies. 1. Protocol Basics: The Essential Differences of … Read more