From c62905710b85c3da9116e5c8dedc07f702bf3bdc Mon Sep 17 00:00:00 2001 From: Paolo Tagliaferri Date: Wed, 4 Dec 2024 10:08:43 +0000 Subject: [PATCH 1/2] Update http.mdx --- src/content/docs/logs/get-started/enable-destinations/http.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/logs/get-started/enable-destinations/http.mdx b/src/content/docs/logs/get-started/enable-destinations/http.mdx index 968f7893dfdc920..731cb28c5e68414 100644 --- a/src/content/docs/logs/get-started/enable-destinations/http.mdx +++ b/src/content/docs/logs/get-started/enable-destinations/http.mdx @@ -19,6 +19,7 @@ Note that when using Logpush to HTTP endpoints, Cloudflare customers are expecte 5. In **Select a destination**, choose **HTTP destination**. 6. Enter the **HTTP endpoint** where you want to send the logs to, and select **Continue**. + * You can use `"header_*"` URL parameters to set request headers (for example, to pass an authentication token to your HTTP endpoint). 7. Select the dataset to push to the storage service. From 0e44008fdfdd9f01e0e4106fff89c75cd40ff0ac Mon Sep 17 00:00:00 2001 From: angelampcosta <92738954+angelampcosta@users.noreply.github.com> Date: Thu, 5 Dec 2024 16:16:57 +0000 Subject: [PATCH 2/2] Update src/content/docs/logs/get-started/enable-destinations/http.mdx --- src/content/docs/logs/get-started/enable-destinations/http.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/logs/get-started/enable-destinations/http.mdx b/src/content/docs/logs/get-started/enable-destinations/http.mdx index 731cb28c5e68414..d08e4286fd1c994 100644 --- a/src/content/docs/logs/get-started/enable-destinations/http.mdx +++ b/src/content/docs/logs/get-started/enable-destinations/http.mdx @@ -19,7 +19,7 @@ Note that when using Logpush to HTTP endpoints, Cloudflare customers are expecte 5. In **Select a destination**, choose **HTTP destination**. 6. Enter the **HTTP endpoint** where you want to send the logs to, and select **Continue**. - * You can use `"header_*"` URL parameters to set request headers (for example, to pass an authentication token to your HTTP endpoint). + - You can use `"header_*"` URL parameters to set request headers, for example, to pass an authentication token to your HTTP endpoint. 7. Select the dataset to push to the storage service.