# HTTPS Capture Traffic Decrypt — Web API Debug & Packet Sniffer

> Mobile packet sniffer and API debugger for iOS developers. (iPhone/iPad app by Space-Time Transformation Technology Co., Ltd..)

- Source: https://appshunter.io/ios/app/https-capture-traffic-decrypt/id6791491909 (this page in markdown: same URL + `.md`)
- Developer: [Space-Time Transformation Technology Co., Ltd.](https://appshunter.io/developer/1296151491)
- Category: Developer Tools, Utilities
- Price: Free
- Rating: 4.30/5 from 7 App Store ratings · 2 written reviews indexed
- Age rating: 4+
- Requires: iOS 17.0 · 33 MB
- Languages: Russian, Vietnamese, American English, European Spanish, Korean, German (Germany), Brazilian Portuguese, Chinese (Traditional, Taiwan), Turkish, Chinese (Simplified, China) and 2 more
- Released: 2026-08-11
- Data updated: 2026-08-29
- Monetization: free
- User reviews in markdown: https://appshunter.io/ios/app/https-capture-traffic-decrypt/id6791491909/reviews.md

## What is HTTPS Capture Traffic Decrypt?

HTTPS Capture is a professional iOS packet-sniffer built for developers and network enthusiasts. No computer, no jailbreak — a single iPhone captures and decrypts all HTTP/HTTPS traffic on the device, down to every request header, response body, timing detail, and WebSocket frame.

Whether it's API debugging, protocol reverse engineering, performance analysis, or everyday Mock and rewriting, HTTPS Capture packs a complete debugging toolkit once reserved for the desktop right into your pocket.

All traffic is parsed and stored locally on-device. Nothing is ever uploaded to any server — your network data belongs to you alone.

One-Tap Capture, Total Visibility
• VPN tunnel + local MITM proxy — flip the switch and capture device-wide traffic instantly. No proxy configuration needed.
• Real-time dashboard: request count, domain count, upload/download traffic at a glance.
• Capture sessions are auto-archived — review, compare, and reuse history anytime.
• LAN capture: turn it on, and any computer or tablet on the same Wi-Fi can point its proxy at your iPhone. Copy the proxy address in one tap.

HTTPS Decryption, Plain to Read
• Built-in CA certificate generation with a one-tap trust flow — decrypt encrypted traffic into plaintext effortlessly.
• Optional capture of Apple system domains, enabled on demand.

7 Live Traffic Rules, Instant Effect
Rules bind to the active Profile and apply to subsequent traffic immediately — no restart required:
• URL Rewrite: freely rewrite request/response Header and Body, with intercept and redirect support.
• Script Injection: rewrite matched traffic with JavaScript to handle complex scenarios with ease.
• URL Filter: whitelist/blacklist to capture only what matters — say goodbye to noise.
• Hosts Mapping: point domains at custom addresses, bypassing DNS for effortless environment switching.
• Request Mapping (Mock): return local responses for specific URLs — the frontend never waits on the backend again.
• Breakpoint Debugging: pause on match, then allow, drop, or tamper before forwarding.
• AES Decryption: auto-decrypt encrypted request/response Body — plaintext appears instantly.

Request Details, Pro-Grade Presentation
• Five views: Request / Response / WebSocket Frames / Overview / Timing.
• Smart Body preview: JSON highlighting, Hex Dump, image zoom, QuickLook — format auto-detected.
• Inspect WebSocket frames one by one, with Protobuf message decoding.
• Export standard HAR files in one tap — seamless handoff to Charles, Postman, and more.
• Request headers, response headers, Cookie, TCP connections, and timing waterfalls, all at a glance.

API Workbench, Send Requests Anywhere
• Built-in request library — save common APIs and call them up anytime.
• One-tap cURL import to reconstruct requests in seconds.
• Sort and search by recent, name, or method for efficient management.

21 Dev Tools, Ready Out of the Box
• Encoding & Hash: Base64, URL encode/decode, HTML entities, Unicode escape, MD5 / SHA-1 / SHA-256 / SHA-512.
• Data Formatting: JSON prettify & minify, XML formatter, SQL formatter, JSON → Swift Codable models, Property List conversion.
• Time & Numbers: timestamp conversion, timezone conversion, date diff, base conversion, UUID generator.
• Text & Web: JWT decoder, URL parser, Query String parser & builder, HTTP status code lookup, regex tester, QR code generator.

Deeply Integrated with iOS
• Dynamic Island + Lock Screen Live Activity: capture timer, request count, and traffic scrolling in real time.
• Control Center toggle (iOS 18+): start and stop capture in one tap without opening the app.
• Multiple Profiles: freely switch between dev, test, and production rule sets.

Privacy First
• Traffic parsing, certificate generation, and data storage all happen locally on-device.
• No request data is ever uploaded to a server. No personal information is collected.

## Key features

- Capture and decrypt HTTP/HTTPS traffic
- VPN tunnel and local MITM proxy
- URL rewriting and script injection
- Breakpoint debugging
- Export HAR files
- Built-in API workbench

## Recent user reviews (2 of 2)

All indexed reviews: https://appshunter.io/ios/app/https-capture-traffic-decrypt/id6791491909/reviews.md

### 4/5 — 1.5.6在IOS17.0系统上终于不闪退了

*2026-08-27*

1.5.6在IOS17.0系统上终于不闪退了

### 1/5 — 17.0闪退

*2026-08-21*

新版本在ios17.0打开即闪退，完全不可用。

**Developer response:** 下个版本再试试看

## Frequently asked questions about HTTPS Capture Traffic Decrypt

### What is HTTPS Capture Traffic Decrypt?

HTTPS Capture Traffic Decrypt is a professional iOS packet-sniffer designed for developers. It allows you to capture and decrypt all HTTP/HTTPS traffic directly on your iPhone or iPad, providing detailed insights into network requests and responses.

### Does HTTPS Capture Traffic Decrypt require a computer or jailbreak?

No, HTTPS Capture Traffic Decrypt does not require a computer or jailbreaking your device. It functions as a standalone tool on your iPhone or iPad, offering a convenient way to debug network traffic on the go.

### What kind of traffic can HTTPS Capture Traffic Decrypt capture?

It can capture all HTTP/HTTPS traffic on your device, including request headers, response bodies, timing details, and WebSocket frames. You can also optionally capture Apple system domains.

### How does HTTPS Capture Traffic Decrypt decrypt encrypted traffic?

The app features built-in CA certificate generation with a one-tap trust flow, allowing it to effortlessly decrypt encrypted traffic into plaintext for easier analysis.

### What are the live traffic rules available in HTTPS Capture Traffic Decrypt?

HTTPS Capture Traffic Decrypt offers seven live traffic rules, including URL Rewrite, Script Injection, URL Filter, Hosts Mapping, Request Mapping (Mock), Breakpoint Debugging, and AES Decryption, which apply instantly to traffic.

### Can I export captured traffic from HTTPS Capture Traffic Decrypt?

Yes, you can export standard HAR files in one tap, which allows for seamless handoff to other tools like Charles Proxy or Postman for further analysis.

### What is the rating and price of HTTPS Capture Traffic Decrypt?

HTTPS Capture Traffic Decrypt has a rating of 5.0 stars from 1 rating and is available for free. It does not have any in-app purchases or advertisements.

### How often is HTTPS Capture Traffic Decrypt updated?

The application was last updated on August 11, 2026, with version 1.5.2. This indicates a recent release or update, suggesting ongoing development and support.

## Version history (last 3 releases)

### 1.5.6 — 2026-08-27

• New: Request Compare — pick any two requests to compare overview, request, response, timing, and line-level body diffs
• New: JavaScript Requests — a fetch-style script runtime in the request library; generate JS from captured requests and cURL imports in one tap
• New: iCloud Sync — saved requests and capture history now sync across your devices
• Fixed a crash on iOS 17

### 1.5.3 — 2026-08-21

iOS 17-Erlebnis optimiert
DNS- und HTTP/2-Erfassung hinzugefügt

### 1.5.2 — 2026-08-11

No release notes.

## More apps by Space-Time Transformation Technology Co., Ltd.

- [NeoServer SSH Mosh Terminal](https://appshunter.io/ios/app/neoserver-ssh-mosh-terminal/id6448362669)
- [MixNoise - Baby White Noise](https://appshunter.io/ios/app/mixnoise-baby-white-noise/id6480403389)
- [Fileso: File Manager\|unzip\|rar](https://appshunter.io/ios/app/fileso-file-managerunziprar/id6544783659)
- [Calculator⁷](https://appshunter.io/ios/app/calculator/id6670785680)
- [Device Status⁺ CPU x Monitor z](https://appshunter.io/ios/app/device-status-cpu-x-monitor-z/id6747854290)
- [Read Next - Bookmark Links](https://appshunter.io/ios/app/read-next-bookmark-links/id6758186390)

All apps by Space-Time Transformation Technology Co., Ltd.: https://appshunter.io/developer/1296151491

## Related topics

[http https](https://appshunter.io/ios/topics/http-https) · [https](https://appshunter.io/ios/topics/https) · [https traffic](https://appshunter.io/ios/topics/https-traffic)

---

*Data collected daily from the US App Store and indexed by [AppsHunter](https://appshunter.io/). User reviews are verbatim App Store reviews. Ratings, prices and chart positions refresh continuously; this snapshot is from 2026-08-29.*
