Capitalization: Update fleet-desktop.md (#22730)

This commit is contained in:
Mike McNeil
2024-10-08 10:35:11 -07:00
committed by GitHub
parent 7c14a3cace
commit dafa1692ee
+2 -2
View File
@@ -33,11 +33,11 @@ Requests sent by Fleet Desktop and the web page that opens when clicking on the
The server uses this token to authenticate requests that give host information. Fleet uses the following methods to secure access to this information.
**Rate Limiting**
**Rate limiting**
To prevent brute-forcing, Fleet rate-limits the endpoints used by Fleet Desktop on a per-IP basis. If an IP requests more than 720 invalid UUIDs in a one-hour interval, Fleet will return HTTP error code 429.
**Token Rotation**
**Token rotation**
```
️ In Fleet v4.22.0, token rotation for Fleet Desktop was introduced.