Cloudflare 中文文档
Cloudflare Zero Trust
编辑这个页面
跳转官方原文档
Set theme to dark (⇧+D)

HTTP test

Feature availability
WARP modes Zero Trust plans
  • Gateway with WARP
  • Secure Web Gateway without DNS Filtering
All plans
System Availability Minimum WARP version
Windows 2023.3.381
macOS 2023.3.381
Linux 2023.3.398
iOS
Android 1.0
ChromeOS 1.0

An HTTP test sends a GET request from an end-user device to a specific web application. You can use the response metrics to troubleshoot connectivity issues. For example, you can check whether the application is inaccessible for all users in your organization, or only certain ones.

​​ Create a test

To set up an HTTP test for an application:

  1. In Zero Trust, go to DEX > Tests.
  2. Select Add a Test.
  3. Fill in the following fields:
    • Name: Enter any name for the test.
    • Target: Enter the URL of the website or application that you want to test (for example, https://jira.site.com). Both public and private hostnames are supported. If testing a private hostname, ensure that the domain is on your local domain fallback list.
    • Source device profiles: (Optional) Select the WARP device profiles that you want to run the test on. If no profiles are selected, the test will run on all supported devices connected to your Zero Trust organization.
    • Test type: Select HTTP Get.
    • Test frequency: Specify how often the test will run. Input a minute value between 5 and 60.
  4. Select Add test.

Next, view the results of your test.

​​ Test results

An HTTP test measures the following data:

Data Description
Resource fetch time Total time of all steps of the request, measured from startTime to responseEnd.
Server response time Round-trip time for the device to receive a response from the target.
DNS response time Round-trip time for the DNS query to resolve.
HTTP status codes Status code returned by the target.