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

Does Ember Http Client supports java net proxy approach? #7189

Open
mtumilowicz opened this issue Jun 27, 2023 · 3 comments
Open

Does Ember Http Client supports java net proxy approach? #7189

mtumilowicz opened this issue Jun 27, 2023 · 3 comments

Comments

@mtumilowicz
Copy link

mtumilowicz commented Jun 27, 2023

Hi,
I would like to ask if Ember Client supports java net proxy approach.
By java proxy approach I mean: https://docs.oracle.com/javase/8/docs/technotes/guides/net/proxies.html
in short:

  • supporting jvm flags: http.proxyHost and http.proxyPort
  • ProxySelector approach: java.net.useSystemProxies=true and auto discovery from http_proxy env variable

we are using Blaze Client, but it does not support java net proxies configuration (http4s/blaze#656) and we are thinking about

Regards
MT

@hamnis
Copy link
Contributor

hamnis commented Jun 27, 2023

Ember does not support http.proxy AFAIK. http4s-netty or http4s-jdk-http-client does.

@mtumilowicz mtumilowicz changed the title Does Ember Http Client supports java proxy approach? Does Ember Http Client supports java net proxy approach? Jun 27, 2023
@mtumilowicz
Copy link
Author

ok, thank u for your answer

do u know if there is any way (for example: programmatic) to specify proxy in Ember?

@armanbilge
Copy link
Member

See also:

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

3 participants