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

HTTP Proxy authentification #538

Open
stephanerivollet opened this issue Dec 13, 2024 · 2 comments
Open

HTTP Proxy authentification #538

stephanerivollet opened this issue Dec 13, 2024 · 2 comments

Comments

@stephanerivollet
Copy link

Summary

How to set login/passowrd for http proxy

Code to reproduce

Android version

Android 9

Impacted devices (Android devices or readers)

Stripe Reader M2.

SDK version

4.1.0

Other information

We use Stripe terminal android sdk with Stripe Reader M2.

Our corporate network require an http proxy with authentification to acces internet

it seems that proxy authentication by login and password does not work with the sdk, in fact I cannot find a method to transmit the login and password to the sdk.

Can you send me the method to call?

@dmatthews-stripe
Copy link
Collaborator

Hi @stephanerivollet, the Terminal SDK will use the network that is configured on the device. You should not need to configure custom networking through the SDK.

@tom42530
Copy link

Same issue as @stephanerivollet .on android it is possible to set an http proxy but only host and port. Authentification need to be handled by app itself .library like square okhttp has method to configure credentials.

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