User-Agent
#1170
Replies: 1 comment
-
const client = new Client({
ws: {
properties: {
browser_user_agent: "user agent here"
}
},
http: {
headers: {
'User-Agent': "user agent here"
}
}
}) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can i modify UserAgent to mimic for example mobile phone?
Beta Was this translation helpful? Give feedback.
All reactions