Skip to content

Commit cbb30e9

Browse files
authored
Added links to dev blog for rate limit headers
1 parent 0062d77 commit cbb30e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/general-development/how-to-avoid-getting-throttled-or-blocked-in-sharepoint-online.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ RateLimit-Reset: 31
146146
HTTP/1.1 429 Too Many Requests
147147
Retry-After: 9
148148
```
149-
149+
Additional information can be found in [Prevent throttling in your application by using RateLimit headers in SharePoint Online](https://devblogs.microsoft.com/microsoft365dev/prevent-throttling-in-your-application-by-using-ratelimit-headers-in-sharepoint-online/)
150+
150151
### How to decorate your http traffic?
151152

152153
Well-decorated traffic will be prioritized over traffic that isn't properly decorated.
@@ -228,3 +229,4 @@ If we block your subscription, we'll notify you of the block in the Office 365 M
228229
- [Capacity planning and load testing SharePoint Online](https://support.office.com/article/capacity-planning-and-load-testing-sharepoint-online-c932bd9b-fb9a-47ab-a330-6979d03688c0)
229230
- [Microsoft Graph dev center](/graph)
230231
- [Microsoft Graph throttling guidance](/graph/throttling)
232+
- [Prevent throttling in your application by using RateLimit headers in SharePoint Online](https://devblogs.microsoft.com/microsoft365dev/prevent-throttling-in-your-application-by-using-ratelimit-headers-in-sharepoint-online/)

0 commit comments

Comments
 (0)