Running tests... This may take up to 60 seconds.
-Testing proxy connectivity and SMS gateway endpoints.
-| Endpoint | -Via Proxy | -Status | -Response Time | -Error | -
|---|---|---|---|---|
| {{ test.url }} | -
-
- {{ test.useProxy ? "Yes" : "No" }}
-
- |
-
-
- {{ test.success ? "✓" : "✗" }}
- {{ test.status || "N/A" }}
-
- |
- {{ test.responseTime }}ms | -- {{ test.error?.message || "-" }} - | -
| Test Type | -Via Proxy | -Status | -Response Time | -Error | -
|---|---|---|---|---|
| {{ formatTestName(key) }} | -
-
- {{ test.useProxy ? "Yes" : "No" }}
-
- |
-
-
- {{ test.success ? "✓" : "✗" }}
- {{ test.status || "N/A" }}
-
- |
- {{ test.responseTime }}ms | -- {{ test.error?.message || "-" }} - | -
{{
- JSON.stringify(testData.tests.httpClient.data, null, 2)
- }}
- {{
- JSON.stringify(testData.tests.proxyAgent.data, null, 2)
- }}
- {{ JSON.stringify(testData.details, null, 2) }}
- {{ JSON.stringify(testData, null, 2) }}
-