You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. If your application uses TLS/SSL certificates, add the Fiddler certificate to your device.
1046
+
1047
+
Go to: **Tools** > **Fiddler Options** > **HTTPS** > **Actions** > **Export Root Certificate to Desktop**.
1048
+
1049
+
1. Turn off capturing by going to **File** > **Capture Traffic**. Or press **F12**.
1050
+
1051
+
1. Clear your browser's cache so that all cached items are removed and must be downloaded again.
1052
+
1053
+
1. Create a request:
1054
+
1055
+
1. Select the **Composer** tab.
1056
+
1057
+
1. Set the HTTP method and URL.
1058
+
1059
+
1. If needed, add headers and a request body.
1060
+
1061
+
1. Select **Execute**.
1062
+
1063
+
1. Turn on traffic capturing again, and complete the problematic transaction on your page.
1064
+
1065
+
1. Go to: **File** > **Save** > **All Sessions**.
1066
+
1067
+
For more information, see [Getting started with Fiddler](https://docs.telerik.com/fiddler/Configure-Fiddler/Tasks/ConfigureFiddler).
1068
+
1025
1069
### Error Code: 2001
1026
1070
1027
1071
- **Message**: `The length of execution output is over limit (around 4MB currently).`
@@ -1058,20 +1102,12 @@ If the HDI activity is stuck in preparing for cluster, follow the guidelines bel
1058
1102
1059
1103
- **Message**: `The value type '<provided data type>', in key '<key name>' is not expected type '<expected data type>'`
1060
1104
1061
-
- **Cause**: Data generated in dynamic content expression doesn't match with the key and causes JSON parsing failure.
1105
+
- **Cause**: Data generated in the dynamic content expression doesn't match with the key and causes JSON parsing failure.
1062
1106
1063
1107
- **Recommendation**: Look at the key field and fix the dynamic content definition.
1064
1108
1065
1109
### Error code: 2108
1066
1110
1067
-
- **Message**: `Error calling the endpoint '%url;'. Response status code: '%code;'`
1068
-
1069
-
- **Cause**: The request failed due to an underlying issue such as network connectivity, a DNS failure, a server certificate validation, or a timeout.
1070
-
1071
-
- **Recommendation**: Use Fiddler/Postman/Netmon/Wireshark to validate the request.
1072
-
1073
-
### Error code: 2108
1074
-
1075
1111
- **Message**: `Error calling the endpoint '<URL>'. Response status code: 'NA - Unknown'. More details: Exception message: 'NA - Unknown [ClientSideException] Invalid Url:<URL>. Please verify Url or integration runtime is valid and retry. Localhost URLs are allowed only with SelfHosted Integration Runtime`
1076
1112
1077
1113
- **Cause**: Unable to reach the URL provided. This can occur because there was a network connection issue, the URL was unresolvable, or a localhost URL was being used on an Azure integration runtime.
@@ -1094,40 +1130,6 @@ If the HDI activity is stuck in preparing for cluster, follow the guidelines bel
1094
1130
1095
1131
- **Recommendation**: Verify that you have provided the correct resource URL for your managed identity.
1096
1132
1097
-
#### More details
1098
-
To use **Fiddler** to create an HTTP session of the monitored web application:
1099
-
1100
-
1. Download, install, and open [Fiddler](https://www.telerik.com/download/fiddler).
1101
-
1102
-
1. If your web application uses HTTPS, go to **Tools** > **Fiddler Options** > **HTTPS**.
1103
-
1104
-
1. In the HTTPS tab, select both **Capture HTTPS CONNECTs** and **Decrypt HTTPS traffic**.
0 commit comments