Skip to content

Commit bb5a3ee

Browse files
baywetVesaJuvonen
authored andcommitted
throttling: provided guidance for front end components (SharePoint#1520)
added details around what to do if you're buidling front end components. SharePoint/PnP-JS-Core#641
1 parent 579ad6f commit bb5a3ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ What are the recommendation?
128128
> [!NOTE]
129129
> Format of the user agent string is expected to follow [RFC2616](http://www.ietf.org/rfc/rfc2616.txt), so please follow up on the above guidance on the right separators. It is also fine to append existing user agent string with the requested information.
130130
131+
> [!NOTE]
132+
> If you are developing front end components executing in the browser, most of modern browsers don't allow overwritting the user agent string and you don't need to implement this.
133+
131134
### Example of decorating traffic with User agent when using Client Side Object Model (CSOM)
132135

133136
```cs

0 commit comments

Comments
 (0)