Tagged articles
32 articles
Page 1 of 1
Advanced AI Application Practice
Advanced AI Application Practice
Mar 14, 2026 · Artificial Intelligence

How AI + Fiddler Transforms Software Testing

By training an AI model on normal network traffic, testers can let Fiddler automatically highlight security leaks, API errors, and performance degradation, turning a tedious manual review into a fast, reliable, and intelligent quality‑assurance process.

AIFiddlerSoftware Testing
0 likes · 5 min read
How AI + Fiddler Transforms Software Testing
Python Programming Learning Circle
Python Programming Learning Circle
May 23, 2022 · Backend Development

Simulating Zhihu Login with Python Using urllib and Fiddler

This article demonstrates how to automate Zhihu login on Windows by analyzing network traffic with Fiddler, extracting required parameters, and implementing a Python script that builds HTTP requests using urllib2, handles cookies, captcha retrieval, and logs the results, complete with sample code and execution screenshots.

FiddlerHTTPLogin Automation
0 likes · 8 min read
Simulating Zhihu Login with Python Using urllib and Fiddler
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
macrozheng
macrozheng
May 15, 2021 · Information Security

Can Your Company Spy on WeChat Chats? Protocol Analysis Reveals the Truth

This article examines whether a company can monitor WeChat conversations on its network by dissecting the web and mobile versions' protocols, demonstrating how tools like Fiddler and Wireshark can decrypt web chats while mobile traffic remains secure through private protocols and embedded server keys.

FiddlerMMTLSTLS
0 likes · 9 min read
Can Your Company Spy on WeChat Chats? Protocol Analysis Reveals the Truth
360 Tech Engineering
360 Tech Engineering
Nov 30, 2020 · Mobile Development

Comprehensive Guide to Android App Packet Capture Using an Emulator, ADB, Charles, and Fiddler

This tutorial walks through a complete Android app packet‑capture workflow—installing a Wi‑Fi‑proxy‑compatible emulator, deploying the app via UI or ADB, configuring Charles or Fiddler as a debugging proxy, handling HTTPS certificates for Android 7+, and capturing traffic for functional, security, or development testing.

ADBAndroidCharles Proxy
0 likes · 8 min read
Comprehensive Guide to Android App Packet Capture Using an Emulator, ADB, Charles, and Fiddler
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
FunTester
FunTester
Oct 25, 2020 · Operations

Which API Testing Tool Fits Your Team? A Comparative Look at 5 Popular Options

As more companies adopt DevOps for faster feedback, this article compares five widely used API testing tools—Rest‑Assured, Postman, SoapUI, JMeter, and Fiddler—highlighting their strengths, ideal team compositions, and integration capabilities to help you choose the most suitable solution.

API testingFiddlerJMeter
0 likes · 7 min read
Which API Testing Tool Fits Your Team? A Comparative Look at 5 Popular Options
FunTester
FunTester
Aug 7, 2020 · Industry Insights

Is Fiddler Everywhere the Future of Web Debugging?

Fiddler Everywhere is a cross‑platform web debugging proxy that merges Fiddler and Postman features, offering a modern UI for capturing, editing, and replaying HTTP(S) traffic, though its free version limits sharing and some functionalities are still maturing.

FiddlerHTTPPostman
0 likes · 4 min read
Is Fiddler Everywhere the Future of Web Debugging?
FunTester
FunTester
Jul 13, 2020 · Fundamentals

Why API Testing Is a Must‑Have Skill for Every Tester (And How to Get Started)

API testing, a core form of backend functional testing, is essential because modern services share a single set of interfaces across web, mobile and mini‑programs, and mastering it provides the foundation for automation and performance testing while boosting employability.

API testingBackend testingFiddler
0 likes · 6 min read
Why API Testing Is a Must‑Have Skill for Every Tester (And How to Get Started)
FunTester
FunTester
Jan 5, 2020 · Backend Development

Which API Testing Tool Fits Your Team? A Comparative Guide to 5 Popular Choices

The article compares five widely used API testing tools—Rest‑Assured, Postman, SoapUI, JMeter, and Fiddler—explaining their strengths, ideal team compositions, and integration capabilities to help teams select the most suitable solution for their DevOps and automation needs.

API testingFiddlerJMeter
0 likes · 8 min read
Which API Testing Tool Fits Your Team? A Comparative Guide to 5 Popular Choices
360 Quality & Efficiency
360 Quality & Efficiency
Nov 19, 2019 · Operations

Common Fiddler Issues and Their Solutions

This article shares practical troubleshooting steps for frequent Fiddler problems such as HTTPS capture failures, proxy connection refusals caused by host or IPv6 settings, and registration errors after Windows upgrades, helping testers quickly resolve proxy configuration issues.

FiddlerHTTPSProxy
0 likes · 4 min read
Common Fiddler Issues and Their Solutions
DevOps Cloud Academy
DevOps Cloud Academy
Sep 25, 2019 · Mobile Development

Using Fiddler and JMeter for Mobile App API Test Automation (iOS)

This guide explains how to capture HTTPS traffic from an iOS app with Fiddler, configure the device proxy and certificates, and then recreate the login and query requests in JMeter to build automated API test cases, including token extraction and response validation.

API testingFiddlerJMeter
0 likes · 4 min read
Using Fiddler and JMeter for Mobile App API Test Automation (iOS)
转转QA
转转QA
Jan 16, 2019 · Frontend Development

Fiddler Mock Interface Plugin: Features, Usage Guide, and Demonstration

This article introduces the Fiddler Mock Interface plugin, explains its background for API mocking during testing, details its one‑click features, UI additions, right‑click menu actions, color‑coded status indicators, and provides a step‑by‑step demonstration of mocking JSONP interfaces for front‑end developers.

APIFiddlerMock
0 likes · 6 min read
Fiddler Mock Interface Plugin: Features, Usage Guide, and Demonstration
360 Quality & Efficiency
360 Quality & Efficiency
Sep 28, 2018 · Information Security

Mobile Packet Capture Techniques and Architecture for Android Devices

This article explains various methods for capturing network packets on Android phones—including internal tcpdump, Fiddler via Wi‑Fi hotspot, and VPNService‑based APKs—describes their drawbacks, and presents a scalable architecture that copies Wi‑Fi traffic to a server for analysis using Go's gopacket library.

AndroidFiddlerPacket Capture
0 likes · 6 min read
Mobile Packet Capture Techniques and Architecture for Android Devices
360 Quality & Efficiency
360 Quality & Efficiency
Jan 19, 2018 · Operations

Using Fiddler for Mobile HTTP Capture, Response Modification, and Network Speed Simulation

This guide explains how to use Fiddler to capture mobile HTTP traffic, modify responses via AutoResponder, and simulate network speeds, providing step‑by‑step instructions for enabling remote connections, setting device proxies, customizing response rules, and throttling bandwidth for testing purposes.

AutoResponderFiddlerHTTP debugging
0 likes · 4 min read
Using Fiddler for Mobile HTTP Capture, Response Modification, and Network Speed Simulation
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Dec 28, 2017 · Information Security

How HTTPS Uses Zero‑Knowledge Proofs to Secure Your Web Traffic

This article demystifies HTTPS by explaining its underlying encryption, signing, and certificate mechanisms, illustrating how zero‑knowledge proof concepts secure identity verification, and providing practical guidance on upgrading from HTTP, configuring certificates, capturing traffic with Fiddler, and understanding session recovery and performance considerations.

CertificateFiddlerHTTPS
0 likes · 11 min read
How HTTPS Uses Zero‑Knowledge Proofs to Secure Your Web Traffic
360 Quality & Efficiency
360 Quality & Efficiency
Sep 6, 2017 · Backend Development

Developing a Fiddler Plugin to Decrypt SDK Requests in C#

This guide explains how to set up the development environment, create a C# class‑library project, add Fiddler references, implement required interfaces, enable debugging, and build a custom Fiddler plugin that automatically decrypts encrypted SDK HTTP requests and displays them in clear text for testing.

C#FiddlerPlugin Development
0 likes · 7 min read
Developing a Fiddler Plugin to Decrypt SDK Requests in C#
360 Quality & Efficiency
360 Quality & Efficiency
Jun 24, 2016 · Frontend Development

Using Fiddler for HTTP/HTTPS Performance Analysis and Debugging

This article introduces the lightweight Fiddler tool, explains its installation, core features such as HTTP/HTTPS traffic inspection, UI performance testing, request simulation, encoding/decoding, and provides practical usage scenarios and tips for developers and testers.

FiddlerHTTP debuggingHTTPS analysis
0 likes · 6 min read
Using Fiddler for HTTP/HTTPS Performance Analysis and Debugging