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

how to set http proxy and https proxy in journey? #36

Open
weihangdong opened this issue Jun 17, 2020 · 1 comment
Open

how to set http proxy and https proxy in journey? #36

weihangdong opened this issue Jun 17, 2020 · 1 comment

Comments

@weihangdong
Copy link

how to set http proxy and https proxy in journey

@BFergerson
Copy link
Owner

BFergerson commented Jun 17, 2020

For the most part, how you do something in Journey is going to be how you do it in JCEF/CEF. I've never used the functionality you're looking for but a quick search brought up this link:
https://bitbucket.org/chromiumembedded/cef/wiki/GeneralUsage#markdown-header-proxy-resolution

There appears to be a way to dynamically set these preferences but I'm not sure how well that's supported in Journey/JCEF.

If the command line approach works for you, you'll need to change the arguments you send to:
https://github.com/CodeBrig/Journey/blob/d255eb0a51acca829739863956ca215f778ee7d2/src/main/java/com/codebrig/journey/JourneyBrowserView.java#L74

Which currently default to:
https://github.com/CodeBrig/Journey/blob/d255eb0a51acca829739863956ca215f778ee7d2/src/main/java/com/codebrig/journey/JourneyBrowserView.java#L158

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

No branches or pull requests

2 participants