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

Add proxy support in sdk #110

Open
goldnorb opened this issue Feb 14, 2022 · 0 comments
Open

Add proxy support in sdk #110

goldnorb opened this issue Feb 14, 2022 · 0 comments

Comments

@goldnorb
Copy link

Request: For our application, we need to call external applications like Voucherify via proxy.

Description:
VoucherifyClient might be extended to optionally support a proxy server in OkHttpClient.

Example Code for OkHttpClient and Proxy:
OkHttpClient client = new OkHttpClient.Builder()
.proxy(new Proxy(Proxy.Type.HTTP, new InetSocketAddress(proxyHost, proxyPort)))
.proxyAuthenticator(proxyAuthenticator)

.build();

Please inform me, if this would be possible and approximately how long it will take.
Thank you very much in advance.

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

1 participant