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.
1086
-
1087
-
Go to: **Tools** > **Fiddler Options** > **HTTPS** > **Actions** > **Export Root Certificate to Desktop**.
1088
-
1089
-
1. Turn off capturing by going to **File** > **Capture Traffic**. Or press **F12**.
1090
-
1091
-
1. Clear your browser's cache so that all cached items are removed and must be downloaded again.
1092
-
1093
-
1. Create a request:
1094
-
1095
-
1. Select the **Composer** tab.
1096
-
1097
-
1. Set the HTTP method and URL.
1098
-
1099
-
1. If needed, add headers and a request body.
1100
-
1101
-
1. Select **Execute**.
1067
+
- **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`
1102
1068
1103
-
1. Turn on traffic capturing again, and complete the problematic transaction on your page.
1069
+
- **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.
1104
1070
1105
-
1. Go to: **File** > **Save** > **All Sessions**.
1071
+
- **Recommendation**: Verify that the provided URL is accessible.
1106
1072
1107
-
For more information, see [Getting started with Fiddler](https://docs.telerik.com/fiddler/Configure-Fiddler/Tasks/ConfigureFiddler).
1073
+
<br/>
1108
1074
1109
-
### Error code: 2108
1075
+
- **Message**: `Error calling the endpoint '%url;'. Response status code: '%code;'`
1110
1076
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`
1077
+
- **Cause**: The request failed due to an underlying issue such as network connectivity, a DNS failure, a server certificate validation, or a timeout.
1112
1078
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.
1079
+
- **Recommendation**: Use Fiddler/Postman/Netmon/Wireshark to validate the request.
1114
1080
1115
-
- **Recommendation**: Verify that the provided URL is accessible.
1081
+
**Using Fiddler**
1082
+
1083
+
To use **Fiddler** to create an HTTP session of the monitored web application:
1084
+
1085
+
1. Download, install, and open [Fiddler](https://www.telerik.com/download/fiddler).
1086
+
1087
+
1. If your web application uses HTTPS, go to **Tools** > **Fiddler Options** > **HTTPS**.
1088
+
1089
+
1. In the HTTPS tab, select both **Capture HTTPS CONNECTs** and **Decrypt HTTPS traffic**.
0 commit comments