You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/api-shield/management-and-monitoring/endpoint-labels.mdx
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,23 @@ You can filter your endpoints based on the labels.
38
38
39
39
`cf-account-update`: Add this label to endpoints that participate in user account or profile updates.
40
40
41
+
`cf-rss-feed`: Add this label to endpoints that expect traffic from RSS clients.
42
+
43
+
`cf-risk-missing-auth`: Automatically added when all successful requests lack a session identifier. Refer to the table below for more information.
44
+
45
+
`cf-risk-mixed-auth`: Automatically added when some successful requests contain a session identifier and some successful requests lack a session identifier. Refer to the table below for more information.
46
+
47
+
`cf-risk-sensitive`: Cloudflare will automatically add this label to endpoints when HTTP responses match the WAF's [Sensitive Data Detection](/api-shield/management-and-monitoring/#sensitive-data-detection) ruleset.
48
+
49
+
:::note
50
+
Cloudflare will only add authentication labels to endpoints with successful response codes. Refer to the below table for more details.
| If all requests are missing authentication, Cloudflare will apply the label: |`cf-missing-auth`| Without successful responses, no label will be added. |
56
+
| If only some requests are missing authentication, Cloudflare will apply the label: |`cf-mixed-auth`| Without successful responses, no label will be added. |
57
+
41
58
## Create a label
42
59
43
60
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account and domain.
0 commit comments