Skip to content
This repository has been archived by the owner on Jun 3, 2022. It is now read-only.

Support for a http(s) proxy #2

Merged
merged 3 commits into from Sep 18, 2015
Merged

Support for a http(s) proxy #2

merged 3 commits into from Sep 18, 2015

Conversation

mpern
Copy link

@mpern mpern commented Aug 25, 2015

I recently ran into the problem to perform a fraud detection request behind a proxy server and hacked together an extension to the API where you can set the proxy parameters via a Builder

Thoughts and comments are more than welcome.

Markus Perndorfer added 2 commits August 25, 2015 23:16
systemProxies = true;
return this;
}
public Builder useProxy(String proxyHost, int proxyPort) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you change this one to just proxy? use suggests boolean behavior.

@oschwald
Copy link
Member

Thanks! This mostly looks good to me. I had a couple of minor comments.

@oschwald oschwald merged commit 98770bc into maxmind:master Sep 18, 2015
@oschwald
Copy link
Member

Thanks! I merged this.

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

Successfully merging this pull request may close these issues.

None yet

2 participants