Skip to content

Commit

Permalink
Clarify requirements around HTTP endpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortexmind authored Dec 13, 2024
1 parent f7355e4 commit d3047b3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Cloudflare Logpush now supports the ability to send logs to configurable HTTP en

Note that when using Logpush to HTTP endpoints, Cloudflare customers are expected to perform their own authentication of the pushed logs. For example, customers may specify a secret token in the URL or an HTTP header of the Logpush destination.

:::note[Endpoint requirements]
Cloudflare expects that the endpoint is available over HTTPS, using a trusted certificate. The endpoint must accept `POST` requests.
:::

## Manage via the Cloudflare dashboard

<Render file="enable-logpush-job" />
Expand Down

0 comments on commit d3047b3

Please sign in to comment.