Skip to content

Instantly share code, notes, and snippets.

@Roxbili
Last active March 5, 2022 05:43
Show Gist options
  • Save Roxbili/1493708cd0a0b41cd903d11f979dc17b to your computer and use it in GitHub Desktop.
Save Roxbili/1493708cd0a0b41cd903d11f979dc17b to your computer and use it in GitHub Desktop.
Fiddler Everywhere capturing and inspecting iOS traffic

Fiddler Everywhere Config

  1. Downloads & Install
  2. Preference -> HTTPS -> Trust root certificate,then we can capture https url

image

  1. Preference -> Connections

image

IOS Config

  1. On your iOS device, go to Settings > WiFi.
  2. Find your current network and click the i icon.
  3. Scroll to the bottom and choose Configure Proxy > Manual.
  4. In the Server field, type your IP address—for example, 192.168.77.100 Type the Fiddler Everywhere listening port (8866 by default) in the Port field. Tap Save.
  5. Open a browser on the iOS device and type the http://ipv4.fiddler:8866 echo service address of Fiddler Everywhere.
  6. Click the Fiddler root certificate link to download it, and install the certificate in Settings -> General -> VPN adn Device Management
  7. Trust certificate: Settings > General > About > Certificate Trust Settings (Important, or the network on IOS is OFF)

Reference

Official doc: Capturing and Inspecting iOS Traffic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment