Tagged articles
11 articles
Page 1 of 1
Architect Chen
Architect Chen
Apr 30, 2026 · Backend Development

Understanding Nginx Reverse Proxy: Detailed Principles and Configuration Guide

The article explains forward and reverse proxy concepts, walks through the key stages of Nginx reverse‑proxy processing—including TCP connection, request reception, upstream selection via proxy_pass, load‑balancing algorithms, and content forwarding—and provides a complete configuration example with header settings and load‑balancing strategies.

Backend ServersHTTPNGINX
0 likes · 4 min read
Understanding Nginx Reverse Proxy: Detailed Principles and Configuration Guide
Wukong Talks Architecture
Wukong Talks Architecture
Sep 18, 2023 · Information Security

Understanding Forward Proxy: Principles, Use Cases, and Nginx Configuration

This article explains the concept and practical applications of forward proxy, outlines its benefits for enterprise network security and access control, compares it with reverse proxy, and provides detailed Nginx configuration examples—including how to expose the client’s real IP—along with common tools and real‑world scenarios.

VPNforward proxynetwork security
0 likes · 12 min read
Understanding Forward Proxy: Principles, Use Cases, and Nginx Configuration
Liangxu Linux
Liangxu Linux
Jun 24, 2023 · Backend Development

How to Use Charles Proxy to Capture HTTPS Traffic on Windows and macOS

This guide explains how to install and configure Charles Proxy, set up its root certificate and SSL proxying, capture HTTPS requests from browsers and apps, and avoid common pitfalls such as leaving the proxy enabled after closing the tool.

Charles ProxyHTTPS debuggingSSL Certificate
0 likes · 4 min read
How to Use Charles Proxy to Capture HTTPS Traffic on Windows and macOS
FunTester
FunTester
Dec 8, 2021 · Operations

How to Proxy iPhone/iPad Traffic Through Fiddler for HTTP & HTTPS Debugging

This guide walks you through enabling remote connections in Fiddler, configuring Windows firewall, setting up an iPhone/iPad proxy, capturing HTTP traffic, decrypting HTTPS by installing a trusted certificate, and suppressing server‑verification warnings for seamless mobile web debugging.

FiddlerHTTP debuggingHTTPS decryption
0 likes · 6 min read
How to Proxy iPhone/iPad Traffic Through Fiddler for HTTP & HTTPS Debugging
FunTester
FunTester
Oct 30, 2020 · Operations

Mastering Fiddler: Capture and Analyze HTTP/HTTPS Traffic Like a Pro

This guide explains how to use Fiddler to intercept and inspect HTTP and HTTPS requests, walks through its interface components, shows configuration steps for browsers, Android and iPhone, demonstrates filtering by domain, and outlines key metrics for request performance analysis.

FiddlerHTTP debuggingHTTPS capture
0 likes · 7 min read
Mastering Fiddler: Capture and Analyze HTTP/HTTPS Traffic Like a Pro