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/partials/browser-rendering/setting-custom-user-agent.mdx
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,6 @@
2
2
3
3
You can change the user agent at the page level by passing `userAgent` as a top-level parameter in the JSON body. This is useful if the target website serves different content based on the user agent.
4
4
5
-
Note: Modifying `userAgent` will not bypass bot protection as requests from Browser Rendering will always be identified as a bot.
5
+
:::note
6
+
The `userAgent` parameter does not bypass bot protection. Requests from Browser Rendering will always be identified as a bot.
0 commit comments