Cloudflare Docs
Cloudflare Zero Trust
Edit this page on GitHub
Set theme to dark (⇧+D)

HTTP test

Feature availability
WARP modesZero Trust plans
  • Gateway with WARP
  • Secure Web Gateway without DNS Filtering
All plans
SystemAvailabilityMinimum WARP version
Windows2023.3.381
macOS2023.3.381
Linux2023.3.398
iOS
Android1.0
ChromeOS1.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.
    • Test type: Select HTTP Get.
    • Test frequency: Specify how often the test will run. Input a minute value between 5 and 60.

The test will now run on all devices connected to your Zero Trust organization via the WARP client.

Next, view the results of your test.

​​ Test results

An HTTP test measures the following data:

DataDescription
Resource fetch timeTotal time of all steps of the request, measured from startTime to responseEnd.
Server response timeRound-trip time for the device to receive a response from the target.
DNS response timeRound-trip time for the DNS query to resolve.
HTTP status codesStatus code returned by the target.