<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Rockxy Blog</title>
    <link>https://rockxy.io/blog</link>
    <description>Developer insights on HTTP/HTTPS debugging, HTTPS interception, API testing, MCP workflows, and network analysis on macOS.</description>
    <language>en-us</language>
    <lastBuildDate>Sun, 24 May 2026 00:00:00 GMT</lastBuildDate>
    <atom:link href="https://rockxy.io/rss.xml" rel="self" type="application/rss+xml"/>

    <item>
      <title>How to Use Upstream Proxy and WebSocket Protobuf Decoding in Rockxy — macOS Proxy Debugger</title>
      <link>https://rockxy.io/blog/upstream-proxy-websocket-protobuf-rockxy</link>
      <guid>https://rockxy.io/blog/upstream-proxy-websocket-protobuf-rockxy</guid>
      <pubDate>Sun, 24 May 2026 00:00:00 GMT</pubDate>
      <description>Step-by-step guide to configuring Rockxy as an upstream proxy debugger on macOS — route HTTP/HTTPS traffic through an external proxy, set bypass rules, and decode WebSocket Protobuf frames without a schema.</description>
    </item>

    <item>
      <title>Advanced Flutter API Debugging on macOS with Rockxy</title>
      <link>https://rockxy.io/blog/advanced-flutter-api-debugging-rockxy-macos</link>
      <guid>https://rockxy.io/blog/advanced-flutter-api-debugging-rockxy-macos</guid>
      <pubDate>Fri, 08 May 2026 00:00:00 GMT</pubDate>
      <description>The advanced end-to-end Flutter API debugging guide on macOS — 13 hands-on cases using Rockxy. Inspect HTTPS traffic, debug Dio interceptors, fix expired Bearer tokens with Modify Header and Breakpoints, replay POST bodies, mock backends with Map Local, reroute environments with Map Remote, block analytics with Block List, throttle with Network Conditions, mutate A/B responses with scripting. iOS Simulator, Android Emulator, physical devices.</description>
    </item>

    <item>
      <title>How to Debug Node.js API Requests on macOS</title>
      <link>https://rockxy.io/blog/debug-nodejs-api-requests-macos</link>
      <guid>https://rockxy.io/blog/debug-nodejs-api-requests-macos</guid>
      <pubDate>Fri, 08 May 2026 00:00:00 GMT</pubDate>
      <description>A practical guide to debugging Node.js API requests with Rockxy on macOS using axios, Node core, and got through a local proxy.</description>
    </item>

    <item>
      <title>How to Debug Python API Requests on macOS</title>
      <link>https://rockxy.io/blog/debug-python-api-requests-macos</link>
      <guid>https://rockxy.io/blog/debug-python-api-requests-macos</guid>
      <pubDate>Thu, 07 May 2026 00:00:00 GMT</pubDate>
      <description>A practical guide to debugging Python API requests with Rockxy on macOS. Capture requests, httpx, aiohttp, and urllib3 traffic through a local proxy with clear localhost and HTTPS examples.</description>
    </item>

    <item>
      <title>How to Debug Flutter API Requests on macOS</title>
      <link>https://rockxy.io/blog/debug-flutter-api-requests-macos</link>
      <guid>https://rockxy.io/blog/debug-flutter-api-requests-macos</guid>
      <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
      <description>A practical guide to debugging Flutter API requests with Rockxy on macOS. Route traffic through a proxy, inspect HTTP and HTTPS requests, and troubleshoot emulator, simulator, and device issues.</description>
    </item>

    <item>
      <title>Debugging a Failing Stripe Webhook with Claude and Rockxy</title>
      <link>https://rockxy.io/blog/stripe-webhook-claude-debug</link>
      <guid>https://rockxy.io/blog/stripe-webhook-claude-debug</guid>
      <pubDate>Sat, 18 Apr 2026 00:00:00 GMT</pubDate>
      <description>A case study: a local Stripe webhook returning 402 card_declined on valid-looking test cards, debugged end-to-end by Claude calling Rockxy</description>
    </item>

    <item>
      <title>How to Connect Claude Desktop to Rockxy&apos;s MCP Server (3-Minute Setup)</title>
      <link>https://rockxy.io/blog/connect-claude-desktop-to-rockxy</link>
      <guid>https://rockxy.io/blog/connect-claude-desktop-to-rockxy</guid>
      <pubDate>Sat, 18 Apr 2026 00:00:00 GMT</pubDate>
      <description>Step-by-step guide to install and configure the Rockxy MCP server in Claude Desktop so Claude can read, replay, and diff your captured HTTP flows.</description>
    </item>

    <item>
      <title>MCP Servers for API Debugging on macOS — A Developer&apos;s Shortlist</title>
      <link>https://rockxy.io/blog/mcp-servers-api-debugging-macos</link>
      <guid>https://rockxy.io/blog/mcp-servers-api-debugging-macos</guid>
      <pubDate>Sat, 18 Apr 2026 00:00:00 GMT</pubDate>
      <description>Five criteria for picking an MCP server for HTTP debugging on macOS, plus a shortlist of the current options and where each lands.</description>
    </item>

    <item>
      <title>What Is an MCP Server? A Developer&apos;s Primer for 2026</title>
      <link>https://rockxy.io/blog/what-is-an-mcp-server</link>
      <guid>https://rockxy.io/blog/what-is-an-mcp-server</guid>
      <pubDate>Sat, 18 Apr 2026 00:00:00 GMT</pubDate>
      <description>A practical primer on the Model Context Protocol: what an MCP server is, how stdio and HTTP transports differ, and what makes a good tool surface.</description>
    </item>

    <item>
      <title>Charles Proxy Alternatives for macOS in 2026</title>
      <link>https://rockxy.io/blog/charles-proxy-alternatives</link>
      <guid>https://rockxy.io/blog/charles-proxy-alternatives</guid>
      <pubDate>Tue, 31 Mar 2026 00:00:00 GMT</pubDate>
      <description>Looking for a Charles Proxy alternative on macOS? Compare native and open-source options including Rockxy, Proxyman, mitmproxy, HTTP Toolkit, and Fiddler.</description>
    </item>

    <item>
      <title>How Rockxy Intercepts HTTPS Without Compromising Security</title>
      <link>https://rockxy.io/blog/https-interception</link>
      <guid>https://rockxy.io/blog/https-interception</guid>
      <pubDate>Sun, 22 Mar 2026 00:00:00 GMT</pubDate>
      <description>A technical walkthrough of how Rockxy performs HTTPS interception on macOS using per-host TLS certificates, Keychain-stored root CAs, and transparent MITM proxying — without weakening your system</description>
    </item>

    <item>
      <title>Virtual-Scrolling 100k Network Requests in SwiftUI</title>
      <link>https://rockxy.io/blog/virtual-scrolling-swiftui</link>
      <guid>https://rockxy.io/blog/virtual-scrolling-swiftui</guid>
      <pubDate>Sat, 21 Mar 2026 00:00:00 GMT</pubDate>
      <description>How Rockxy renders 100,000+ network requests without lag using NSTableView with an NSViewRepresentable bridge, background actor batching, and a ring buffer architecture — and why SwiftUI</description>
    </item>

    <item>
      <title>Charles Proxy vs Proxyman vs Rockxy for macOS HTTP/HTTPS Debugging</title>
      <link>https://rockxy.io/blog/charles-proxy-vs-proxyman-vs-rockxy</link>
      <guid>https://rockxy.io/blog/charles-proxy-vs-proxyman-vs-rockxy</guid>
      <pubDate>Fri, 20 Mar 2026 00:00:00 GMT</pubDate>
      <description>A developer-focused comparison of Charles Proxy, Proxyman, and Rockxy across native UX, source visibility, pricing, and local-first workflow.</description>
    </item>

    <item>
      <title>Why We Chose SwiftNIO Over Network.framework</title>
      <link>https://rockxy.io/blog/swiftnio-vs-network-framework</link>
      <guid>https://rockxy.io/blog/swiftnio-vs-network-framework</guid>
      <pubDate>Thu, 19 Mar 2026 00:00:00 GMT</pubDate>
      <description>Network.framework abstracts away the connection pipeline a MITM proxy needs to intercept. SwiftNIO gives us channel handlers at the byte level — the only place transparent proxying works correctly.</description>
    </item>

    <item>
      <title>How to Debug HTTPS Traffic on macOS with a Local Proxy</title>
      <link>https://rockxy.io/blog/debugging-https-traffic-on-macos</link>
      <guid>https://rockxy.io/blog/debugging-https-traffic-on-macos</guid>
      <pubDate>Wed, 18 Mar 2026 00:00:00 GMT</pubDate>
      <description>Step-by-step guide to intercepting and debugging HTTPS traffic on macOS with a local proxy, including TLS interception, certificate trust, and pinned domains.</description>
    </item>

    <item>
      <title>Why We Built Rockxy: A Native Open-Source HTTP/HTTPS Proxy for macOS</title>
      <link>https://rockxy.io/blog/why-we-built-rockxy</link>
      <guid>https://rockxy.io/blog/why-we-built-rockxy</guid>
      <pubDate>Sun, 15 Mar 2026 00:00:00 GMT</pubDate>
      <description>The story behind Rockxy: why we built a native, open-source HTTP/HTTPS debugging proxy for macOS when Charles Proxy and Proxyman already existed.</description>
    </item>

  </channel>
</rss>
