Tag

Fiddler

1 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Jan 8, 2025 · Backend Development

Downloading Bilibili Videos with Python: A Step‑by‑Step Guide Using Fiddler and Requests

This tutorial explains how to capture Bilibili video streams with Fiddler, extract the necessary request headers and URLs, and use a concise Python script based on the requests library to download videos, handling header nuances and batch‑fetching video lists from an uploader’s page.

BilibiliFiddlerRequests
0 likes · 6 min read
Downloading Bilibili Videos with Python: A Step‑by‑Step Guide Using Fiddler and Requests
Python Programming Learning Circle
Python Programming Learning Circle
Jul 2, 2022 · Backend Development

Guide to Capturing and Parsing Douyin User Data with Fiddler, mitmproxy, and Python

This tutorial explains how to set up Fiddler and mitmproxy to intercept Douyin traffic, automatically save JSON responses using custom scripts, and then parse and store the extracted user information in CSV files with Python, providing step‑by‑step instructions and code examples.

CSVDouyinFiddler
0 likes · 6 min read
Guide to Capturing and Parsing Douyin User Data with Fiddler, mitmproxy, and Python
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.

FiddlerHTTPPython
0 likes · 8 min read
Simulating Zhihu Login with Python Using urllib and Fiddler
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
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.

FiddlerHTTPSTesting
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)
360 Quality & Efficiency
360 Quality & Efficiency
Feb 22, 2019 · Information Security

Understanding HTTPS, Certificate Trust Chains, and Fiddler Decryption Techniques

This article explains the HTTPS handshake, the role of CA and root certificates, how trust chains work, and provides a step‑by‑step guide to using Fiddler for HTTPS decryption on Android, including OpenSSL commands for extracting public keys.

AndroidFiddlerHTTPS
0 likes · 7 min read
Understanding HTTPS, Certificate Trust Chains, and Fiddler Decryption Techniques
转转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
Nov 9, 2018 · Mobile Development

Weak Network Testing: Concepts, Requirements, Impact, and Common Tools

This article explains what weak network testing is, why it matters for mobile applications, its impact on user experience and bug rates, and introduces common tools and step‑by‑step procedures for simulating low‑bandwidth, high‑latency, and packet‑loss conditions.

CharlesFiddlerMobile Testing
0 likes · 5 min read
Weak Network Testing: Concepts, Requirements, Impact, and Common Tools
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.

AndroidFiddlerVPNService
0 likes · 6 min read
Mobile Packet Capture Techniques and Architecture for Android Devices
360 Tech Engineering
360 Tech Engineering
May 3, 2018 · Operations

Using Fiddler for Mobile App Traffic Capture, Mocking, and Breakpoint Debugging

This guide explains how to configure Fiddler for capturing HTTPS traffic from mobile devices, install and trust its certificate on iPhone, and leverage features such as request inspection, saving sessions, replaying, mock responses with AutoResponder, and setting global or per‑request breakpoints.

FiddlerHTTPS CaptureMobile Testing
0 likes · 7 min read
Using Fiddler for Mobile App Traffic Capture, Mocking, and Breakpoint Debugging
360 Quality & Efficiency
360 Quality & Efficiency
Apr 20, 2018 · Mobile Development

Using Fiddler for Mobile HTTPS Capture, Mocking, and Breakpoint Debugging

This guide explains how to configure Fiddler to capture HTTPS traffic from mobile devices, install the required certificates on iPhone and Android, use AutoResponder for mock responses, and apply global or per‑request breakpoints to modify or replay network calls during mobile app testing.

FiddlerHTTPS CaptureMobile Testing
0 likes · 7 min read
Using Fiddler for Mobile HTTPS Capture, Mocking, and Breakpoint Debugging
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
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.

Backend DevelopmentC++Fiddler
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
Baidu Intelligent Testing
Baidu Intelligent Testing
Dec 24, 2015 · Mobile Development

Custom Fiddler Plugin for Mobile App Network Testing and Performance Analysis

This article introduces a customized Fiddler plugin that enhances mobile app testing by analyzing packet size, request latency, frequency, coverage, and simulating various network speeds, helping QA teams detect backend interface anomalies and improve test completeness.

Fiddlermobile appnetwork testing
0 likes · 7 min read
Custom Fiddler Plugin for Mobile App Network Testing and Performance Analysis