Fiddler: Difference between revisions
Appearance
Marek Rodak (talk | contribs) |
Marek Rodak (talk | contribs) |
||
| Line 32: | Line 32: | ||
== Tips for tracing == | == Tips for tracing == | ||
If the issue is related to any time issue, like timeout, or when it takes too long to perform the action, enable filters. Go to the '''Filters''' tab and check '''Use Filters'''. | <!--If the issue is related to any time issue, like timeout, or when it takes too long to perform the action, enable filters. Go to the '''Filters''' tab and check '''Use Filters'''. | ||
* If you want to filter by process (recommended), check '''Show only traffic from''' and select <code>MobileCRM:xxxx</code>. | * If you want to filter by process (recommended), check '''Show only traffic from''' and select <code>MobileCRM:xxxx</code>. | ||
* Optionally, enable the option '''Time HeatMap'''. When enabled, sessions are highlighted with background color, based on how long it took for the server to respond. Fastest responses are green, average are not highlighted, slow are yellow or red. | * Optionally, enable the option '''Time HeatMap'''. When enabled, sessions are highlighted with background color, based on how long it took for the server to respond. Fastest responses are green, average are not highlighted, slow are yellow or red. | ||
Try to reproduce the problem. You may need to start the traffic capture manually: Select '''Capture Traffic''' from the '''File''' menu. Do so before reproducing the issue to make sure all needed data is captured. If you are successful, save the session info and send it to us for review: select '''Save''' from the '''File''' menu.--!> | |||
=== Start/Stop capturing traffic === | === Start/Stop capturing traffic === | ||
To capture only the traffic related to our issue, start capturing traffic right before executing an action (under inspection). Stop capturing traffic right after. | To capture only the traffic related to our issue, start capturing traffic right before executing an action (under inspection). Stop capturing traffic right after. | ||
Revision as of 14:08, 29 June 2023
| Warning | Work in progress! We are in the process of updating the information on this page. Subject to change. |
Fiddler is a free web debugging proxy server application. You can use it to trace the communication between the Resco mobile apps and the backend server, for example, during synchronization. If you send us the communication along with the description of the problem, this can greatly speed up the troubleshooting. You just need a Windows version of Resco Mobile CRM application and Fiddler. This guide describes a simple procedure for reporting such issues with the mentioned app.
| Note | Using Fiddler may decrease performance. Do not use Fiddler once you're done troubleshooting. |
How can Fiddler help
- Identify server requests taking too much time
- Identify requests/responses transmitting large data
- Identify bottlenecks in the client-server communication
- Identify repeating or duplicate requests
Install and configure Fiddler
Resco Windows version
- Download and install a Windows version of Resco Mobile CRM. You can use the store version or the desktop version.
- Get Fiddler from the official website and install it. We recommend using the "classic" version.
- Launch Fiddler.
- Select Tools > Options, go to the HTTPS tab and enable Decrypt HTTPS traffic.
Windows Store only
| If you are using Windows Store version of Resco Mobile CRM, perform the following additional configuration in Fiddler. |
|
Tips for tracing
Save.
- If you want to save All Sessions, click All Sessions.
- If you want to save a specific session, select them and click Selected Sessions and (save) in ArchiveZip.
Inspecting fetch
While inspecting the fetch of a request, it's advised to export the fetch from Fiddler and visualize it in a formatted version.
- Select the session which fetch you want to inspect and enter the Inspectors tab.
- Open the request in XML format and locate fetch.
- Right-click on fetch query and click Send to TextWizard.
- Choose HTML Decode in Transform (to) dropdown menu.
- Click To File... and save the fetch as an XML file.
- Open the XML file in a browser.
Security
- Some companies may block Fiddler or require that it's uninstalled asap after use. The argument is that Fiddler’s root certificate can be misused by malicious apps. However, this issue is not that dramatic. The certificate is unique for the device where Fiddler is installed, hence external apps have no chance to know about it.
Fiddler and Woodford
You can use Fiddler also to trace the communication between Woodford and your backend server.
See also
- XrmToolBox - set of tools that simplify the customization, configuration, and operation of Dynamics backends