Skip to content

Support connecting through an HTTP Proxy#546

Closed
hildo wants to merge 1 commit into
Azure:masterfrom
hildo:proxyChanges
Closed

Support connecting through an HTTP Proxy#546
hildo wants to merge 1 commit into
Azure:masterfrom
hildo:proxyChanges

Conversation

@hildo

@hildo hildo commented Oct 29, 2015

Copy link
Copy Markdown

We want to use the Java SDK on machines within our network, which is behind a firewall. One that is quite restrictive. In order to get out to external sites, we need to go through a proxy.

I have added the support to the core library, so that when it creates the Jersey client connection, it is possible to use a Proxy when opening the connection. I have added support for two properties: http.proxyHost and http.proxyPort. If these are defined, then support for proxied connections is added. Otherwise, the original functionality is used.

This is how I am using this from my code.

image

@azuresdkci

Copy link
Copy Markdown
Contributor

Can one of the admins verify this patch?

@azurecla

Copy link
Copy Markdown

Hi @hildo, I'm your friendly neighborhood Azure Pull Request Bot (You can call me AZPRBOT). Thanks for your contribution!

In order for us to evaluate and accept your PR, we ask that you sign a contribution license agreement. It's all electronic and will take just minutes. I promise there's no faxing. https://cla.azure.com.

TTYL, AZPRBOT;

@hildo hildo closed this Oct 29, 2015
@hildo
hildo deleted the proxyChanges branch October 29, 2015 23:52
sima-zhu pushed a commit to sima-zhu/azure-sdk-for-java that referenced this pull request Mar 21, 2019
…s, java-doc update (Azure#546)

* Removing HttpClient Factory, Rename NettyClient to ReactorNettyClient, java doc updates

* Removing async suffix in some runtime method names.
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

Successfully merging this pull request may close these issues.

3 participants