A simple WatchOS sample app that demonstrates how to capture and decrypt HTTP/HTTPS network traffic from WatchOS Simulator using Proxyman.
This sample app is created for the Proxyman blog tutorial: "Intercept HTTPS Network Traffic from WatchOS 26 Simulator (Update for 2025)"
Read the full tutorial at: Intercept HTTPS Network Traffic from WatchOS 26 Simulator (Update for 2025)
- Make GET and POST HTTPS requests from Apple Watch
- View response data directly on the watch
- Demonstrates network HTTP/HTTPS traffic interception with Proxyman
- Xcode 26
- macOS 26
- WatchOS Simulator (watchOS 26)
- Proxyman app (for capturing network traffic)
- Open the project in Xcode 26
- Create a new WatchOS 26 Simulator and pair it with an iOS Simulator
- Select WatchHTTP Watch App scheme and choose your Watch Simulator
- Run the app
- Use Proxyman to capture and decrypt the HTTP/HTTPS traffic
Tap the GET or POST buttons in the Watch app to make HTTPS requests. The responses will be displayed in the app and captured by Proxyman.
For detailed setup instructions and how to use Proxyman with WatchOS Simulator, please refer to the complete blog tutorial.
