Skip to content

Commit e8e8740

Browse files
authored
Clarify requirements around HTTP endpoint. (#18733)
1 parent 7ce13aa commit e8e8740

File tree

1 file changed

+4
-0
lines changed
  • src/content/docs/logs/get-started/enable-destinations

1 file changed

+4
-0
lines changed

src/content/docs/logs/get-started/enable-destinations/http.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Cloudflare Logpush now supports the ability to send logs to configurable HTTP en
1212

1313
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.
1414

15+
:::note[Endpoint requirements]
16+
Cloudflare expects that the endpoint is available over HTTPS, using a trusted certificate. The endpoint must accept `POST` requests.
17+
:::
18+
1519
## Manage via the Cloudflare dashboard
1620

1721
<Render file="enable-logpush-job" />

0 commit comments

Comments
 (0)