Use a proxy
#179
-
Is the use of a proxy required? If so, how can they be implemented? |
Beta Was this translation helpful? Give feedback.
Answered by
norkunas
Apr 26, 2022
Replies: 1 comment
-
Not necessarily, unless you will make many requests in a short time range then you could get blocked.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
array05
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not necessarily, unless you will make many requests in a short time range then you could get blocked.
You can set the proxy via
Options::proxy(..)
, from the docs: