<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Articles on Proxygen Docs</title>
    <link>https://proxygen.app/articles/</link>
    <description>Recent content in Articles on Proxygen Docs</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Thu, 02 Jul 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://proxygen.app/articles/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Modern Charles Proxy Alternative</title>
      <link>https://proxygen.app/articles/charles-proxy-alternative/</link>
      <pubDate>Thu, 02 Jul 2026 00:00:00 +0000</pubDate>
      <guid>https://proxygen.app/articles/charles-proxy-alternative/</guid>
      <description>&lt;p&gt;Proxygen is an HTTP debugging tool for Mac, iPhone and iPad, built around a TLS manipulator-in-the-middle proxy that captures and decrypts HTTPS traffic. It is a native Swift app, and its license is a one-time purchase. For anyone searching for a Charles Proxy alternative, this article goes through the familiar tools and their Proxygen counterparts, what Proxygen adds on top, and how the licensing compares.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-everyday-workflow&#34;&gt;The everyday workflow&lt;/h2&gt;&#xA;&lt;p&gt;Debugging in Proxygen starts in the &lt;a href=&#34;https://proxygen.app/docs/tools/history/&#34;&gt;History&lt;/a&gt; tool: you capture traffic, watch HTTP requests and API calls stream in from the app you are testing, and use filter rules and flags to isolate the requests that matter. From there, &lt;a href=&#34;https://proxygen.app/docs/tools/intercept/&#34;&gt;Intercept&lt;/a&gt; stops requests and responses on the wire for editing, and the &lt;a href=&#34;https://proxygen.app/docs/tools/editor/&#34;&gt;Editor&lt;/a&gt; tool replays modified requests against the server.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mitmproxy for iOS</title>
      <link>https://proxygen.app/articles/mitmproxy-ios/</link>
      <pubDate>Sun, 28 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://proxygen.app/articles/mitmproxy-ios/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://www.mitmproxy.org&#34;&gt;mitmproxy&lt;/a&gt; is a favorite tool for inspecting HTTP traffic — free, open source and endlessly scriptable. Capturing traffic from an iPhone with it takes a computer, though: you run the proxy there, point the device&amp;rsquo;s Wi-Fi proxy settings at it, and install the certificate from mitm.it. Proxygen is a native HTTP debugging proxy for Mac, iPhone and iPad — a TLS manipulator-in-the-middle proxy that captures and decrypts HTTPS traffic on the device itself, sold as a one-time purchase.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Best Proxyman Alternative</title>
      <link>https://proxygen.app/articles/proxyman-alternative/</link>
      <pubDate>Sat, 20 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://proxygen.app/articles/proxyman-alternative/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://proxygen.app/&#34;&gt;Proxygen&lt;/a&gt; is a native HTTP debugging proxy for Mac, iPhone and iPad — a TLS manipulator-in-the-middle proxy that captures and decrypts HTTPS traffic, sold as a one-time purchase. If you are looking for a Proxyman alternative, this article maps familiar features to their Proxygen equivalents, shows what Proxygen adds, and compares pricing.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-everyday-workflow&#34;&gt;The everyday workflow&lt;/h2&gt;&#xA;&lt;p&gt;A typical session in Proxygen starts in the &lt;a href=&#34;https://proxygen.app/docs/tools/history/&#34;&gt;History&lt;/a&gt; tool. You start traffic capture, watch HTTP requests and API calls arrive as your app runs, and narrow the list down with filter rules and flags until you find the request you care about. From there you can stop the next one on the wire with &lt;a href=&#34;https://proxygen.app/docs/tools/intercept/&#34;&gt;Intercept&lt;/a&gt;, or copy it into the &lt;a href=&#34;https://proxygen.app/docs/tools/editor/&#34;&gt;Editor&lt;/a&gt; tool to modify and replay it against the server.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Fiddler Alternative for Mac</title>
      <link>https://proxygen.app/articles/fiddler-alternative-mac/</link>
      <pubDate>Sat, 06 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://proxygen.app/articles/fiddler-alternative-mac/</guid>
      <description>&lt;p&gt;Fiddler has been the default web debugging proxy on Windows for two decades, but it never found a real home on the Mac. Fiddler Classic remains Windows-only, and Fiddler Everywhere — the cross-platform successor — is an Electron-era rewrite sold as a per-user subscription that keeps working only while you keep paying.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://proxygen.app/&#34;&gt;Proxygen&lt;/a&gt; is a debugging proxy built natively for Apple platforms: a Swift app for Mac, iPhone and iPad around a TLS manipulator-in-the-middle proxy that captures and decrypts HTTPS traffic, licensed as a one-time purchase. If Fiddler shaped your debugging habits, this article shows where each of them lands in Proxygen.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Wireshark Alternative for Debugging HTTPS on Mac</title>
      <link>https://proxygen.app/articles/wireshark-alternative-mac/</link>
      <pubDate>Sat, 23 May 2026 00:00:00 +0000</pubDate>
      <guid>https://proxygen.app/articles/wireshark-alternative-mac/</guid>
      <description>&lt;p&gt;Wireshark is the reference tool for packet analysis, but most of the time a developer reaches for it, the actual question is an HTTP one: what did my app send, what did the server answer, and why did that request fail? At that altitude Wireshark makes you work hard — HTTPS shows up as encrypted TLS records unless you can supply key material, and reassembling a request from packets is a detour when what you wanted was the JSON body.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to Inspect HTTPS Traffic on iPhone</title>
      <link>https://proxygen.app/articles/inspect-https-traffic-iphone/</link>
      <pubDate>Sat, 09 May 2026 00:00:00 +0000</pubDate>
      <guid>https://proxygen.app/articles/inspect-https-traffic-iphone/</guid>
      <description>&lt;p&gt;Sooner or later every iOS developer needs to see what an app actually sends over the network: which API calls fire on launch, what a misbehaving request looks like on the wire, or which third-party endpoints a dependency quietly talks to. The catch is that nearly all of that traffic is HTTPS, so a plain packet capture shows you nothing but encrypted bytes. This guide shows how to capture and decrypt HTTPS traffic entirely on the device, using &lt;a href=&#34;https://proxygen.app/&#34;&gt;Proxygen&lt;/a&gt; — with no computer involved and no jailbreak required.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
