Skip to content

Cloudflare for wizard

You can connect the Wallarm Edge node to Cloudflare to inspect traffic in either synchronous or asynchronous mode - without blocking any requests.

Follow the steps below to set up the connection.

  1. Download the provided code bundle for your platform.

  2. Create a Cloudflare worker using the downloaded code.

  3. Set the Wallarm node URL in the wallarm_node parameter.

  4. If using asynchronous (out-of-band) mode, set the wallarm_mode parameter to async.

  5. If required, modify other parameters.

  6. In Website → your domain, go to Workers RoutesAdd route:

    • In Route, specify the paths to be routed to Wallarm for analysis (e.g., *.example.com/* for all paths).
    • In Worker, select the Wallarm worker you created.

More details