You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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.
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?
The text was updated successfully, but these errors were encountered: