Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set proxy to remote browser #1127

Open
sorokin-ihor opened this issue Oct 19, 2024 · 5 comments
Open

Set proxy to remote browser #1127

sorokin-ihor opened this issue Oct 19, 2024 · 5 comments
Labels
question Questions related to rod

Comments

@sorokin-ihor
Copy link

sorokin-ihor commented Oct 19, 2024

Rod Version: v0.116.2

is it possible to use a remote browser multithreaded and at the same time install a proxy in it? i am using the latest version of image on an ubuntu server. Docker

@sorokin-ihor sorokin-ihor added the question Questions related to rod label Oct 19, 2024
@ysmood
Copy link
Member

ysmood commented Oct 19, 2024

Yes, the same as

Proxy("127.0.0.1:8080"). // set flag "--proxy-server=127.0.0.1:8080"

@sorokin-ihor
Copy link
Author

sorokin-ihor commented Oct 19, 2024

Yes, the same as

Proxy("127.0.0.1:8080"). // set flag "--proxy-server=127.0.0.1:8080"

in this case?
u := launcher.MustResolveURL("http://")

i want control remote browser on server

@ysmood
Copy link
Member

ysmood commented Oct 20, 2024

You have to install the proxy on the remote server.

@sorokin-ihor
Copy link
Author

You have to install the proxy on the remote server.

Ahaha, really? Then why am I asking the question here?

@ysmood
Copy link
Member

ysmood commented Oct 21, 2024

This is due to a limitation of chromium cdp protocol which is control by chrome team, there's no easy way to fix right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Questions related to rod
Projects
None yet
Development

No branches or pull requests

2 participants