First Steps with Fiddler Everywhere on Linux
This tutorial describes how to install and start using Fiddler Everywhere on Linux.
- First, you will go through the installation and configuration steps.
- Next, you'll create a Fiddler account so that you can move on to using the web-debugging tool.
- Finally, you will see how to capture, inspect, and modify traffic.
Prerequisites
- Install Ubuntu 18+ x64.
- Provide 400MB of free disk space.
- Create an account with administrative rights, which you'll need for capturing and decoding HTTPS traffic.
- Provide an active internet connection with access to the following URLs:
https://*.telerik.com/
https://*.getfiddler.com/
https://fiddler-backend-production.s3-accelerate.amazonaws.com
- Ensure that Fiddler Everywhere's proxy port is open and unrestricted by a firewall/security tool. By default, that's port 8866, but you can change it from Settings > Connections > Fiddler listens on port.
Step 1: Install Fiddler Everywhere on Your Machine
Install the latest version of Fiddler Everywhere on your machine.
Download the latest version of Fiddler Everywhere.
-
Install the downloaded package. On most Linux distributions, you must set the installation file as executable before starting the installation. To achieve this, either use the command line or the GUI of the desired distribution:
-
Setting the installation plan as executable through the command line:
Open a terminal.
Navigate to the folder where the installation file resides.
Type
sudo chmod +x filename.appimage
. You can omit thesudo
command if the currently logged user is the one that downloaded the executable.If prompted, enter your username and password. Press the Enter key.
-
Setting the installation plan as executable through the GUI.
For the Gnome distribution
For the Cinnamon distribution
For the KDI distribution
-
Step 2: Create Your Fiddler Account
In this step, you'll register by creating your unified Telerik account.
Launch the Fiddler Everywhere application. Follow the Sign in or create an account link.
-
Create an account using email and password or using the Sign in with Google option.
The Fiddler Everywhere Enterprise subscription plan supports SSO login. Get in touch with our support for detailed instructions on configuring your company-specific SSO.
Enter the requested information on the Enter Your Email to Sign in or Create an Account screen.
Check your inbox, open the confirmation email, and complete your account activation.
Return the Fiddler Everywhere application and choose whether to become a trial user or purchase a subscription plan by selecting either the Start Free Trial or the BUY NOW link.
After successful login into Fiddler Everywhere, you will see your personal and license information within the Home pane.
Step 3: Interact with the Captured Traffic
You can now take advantage of the Fiddler Everywhere capabilities - capture, inspect, save & share, import *& export, mock and modify HTTPS traffic.
Capture HTTPS traffic through the preferred capturing mode.
The Rules tab is one of the most advanced features in Fiddler Everywhere. You can create and execute complex rules on your incoming traffic to mock client and server behavior without touching the client and server applications.
That's it! Now you're equipped to delve deeper into Fiddler Everywhere and make the most of its powerful functionalities.
Next Steps
- Learn more about the capturing options with Fiddler Everywhere
- Sharing captured sessions with collaborators
- Creating API requests
- Grouping the API requests in collections
- Mocking server responses
- Configuring Fiddler Everywhere on Fedora, CentOS, or RedHat
- Configuring Fiddler Everywhere on XFCE
- Creating PEM certificate
- Setting Up the Root Certificate for Electron Applications on Ubuntu