<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
How to Capture a Fiddler Trace with Apple iOS Devices for Okta Customer Support
Administration
Okta Classic Engine
Okta Identity Engine
Overview

This article presents how to capture a Fiddler Trace for Okta Customer Support.

Applies To
  • Troubleshooting HTTPS traffic
  • Third-Party Apps (Fiddler)
  • Apple iOS
Solution

Configure Fiddler Classic

  1. Download Fiddler Classic (Windows only).
  2. Install Fiddler Classic on a Windows workstation.
  3. Open Fiddler Classic, navigate to Tools > Options > Connections, and check the Allow remote computers to connect box (Fiddler Classic must be restarted for the changes to take effect).

Tools > Options                 Connections button  

  1. Navigate to http://WorkstationIP:8888 to verify that the workstation can reach Fiddler Classic. When the Fiddler Echo Service webpage appears, this means that the client and Fiddler are able to communicate.
  2. Navigate to Tools > Options > HTTPS and enable Decrypt HTTPS traffic > ... from all processes. Accept the prompts to Trust and Install the Fiddler Root Certificate. This step is required to decrypt HTTPS traffic. Restart Fiddler Classic.

Tools > Options          Decrypt HTTPS traffic > ... from all processes 

NOTE: The workstation and the iOS device must be on the same network and able to communicate with each other.

 

Set the iOS Device's Proxy

To capture web traffic from an iOS device, must first configure its proxy settings to point to the workstation running Fiddler Classic.

  1. To access proxy settings, click Settings on the home screen. In Settings, click Wi-Fi and then select thenext to the Wi-Fi name to configure the proxy settings.
  2. In the HTTP PROXY section, click Configure Proxy > Manual.
  3. In the Server box, enter the IP address of the workstation running Fiddler Classic.
  4. In the Port box, provide the port Fiddler is listening on (8888).
  5. Leave the Authentication slider to Off.

Configure Proxy

 

Decrypting HTTPS Traffic from an iOS Device

  1. Navigate to http://WorkstationIP:8888/FiddlerRoot.cer to download the FiddlerRoot certificate to the iOS device.
  2. Open the FiddlerRoot.cer file and install.
  3. Once the certificate is installed, navigate to Settings > About > Certificate Trust Settings and enable the toggle for DO_NOT_TRUST_FiddlerRoot under the section ENABLE FULL TRUST FOR ROOT CERTIFICATES.
  4. Reproduce the issue.

 

 

Loading
How to Capture a Fiddler Trace with Apple iOS Devices for Okta Customer Support