- Click Tools > Fiddler Options > Connections.
- Click the checkbox by Allow remote computers to connect.
Image may be NSFW.
Clik here to view.
3. Restart Fiddler.
4. Ensure your firewall allows incoming connections to the Fiddler process.
5. Hover over the Online indicator at the far right of the Fiddler toolbar to display the IP addresses assigned to Fiddler's machine.
Image may be NSFW.
Clik here to view.
6. Verify client iOS device can reach Fiddler by navigating in the browser to http://FiddlerMachineIP:8888. This address should return the Fiddler Echo Service page.
7. For iPhone: Disable the 3g/4g connection.
Set the iOS Device Proxy
- Tap Settings > General > Network > Wi-Fi.
- Tap the settings for the Wi-Fi network.
- Tap the Manual option in the HTTP Proxy section.
- In the Server box, type the IP address or hostname of your Fiddler instance.
- In the Port box, type the port Fiddler is listening on (usually 8888).
- Ensure the Authentication slider is set to Off.
Image may be NSFW.
Clik here to view.
Decrypt HTTPS Traffic from iOS Devices
- Download the Certificate Maker plugin for Fiddler.
- Install the Certificate Maker plugin.
- Restart Fiddler.
- Configure the device where Fiddler is installed to trust Fiddler root certificate.
- On the iOS device, go to http://ipv4.fiddler:8888/ or use the http://FiddlerMachineIP :8888 in a browser.
- From the bottom of the Fiddler Echo Service webpage, download the FiddlerRoot certificate.
Image may be NSFW.
Clik here to view.7. Open the FiddlerRoot.cer file.
8. Tap the Install button.
Image may be NSFW.
Clik here to view.
9. Tap the Install button again.
Image may be NSFW.
Clik here to view.
- Proceed to open and use the application under tests on you iOS device and immediately Fiddler will show the events.
- Save the events FileàSaveàAll Sessions Give a name for the .saz
Image may be NSFW.
Clik here to view. - Go to the folder where the .saz file was save and do a right click over the file, then select the option “Create VuGen script”.
Image may be NSFW.
Clik here to view.
Automatically this action will open Vugen and generate the code based on the events that were registered on Fiddler session.
This a recording alternative for the protocol Mobile Application HTTP/HTML.