Android UI component to process banking 3D Secure (MasterCard SecureCode / Verified By Visa) payment authorizations in Android apps.
111
stars
51
forks
source link
Don't use the deprecated Apache HttpClient to encode POST parameters #10
Closed
cbeyls closed 8 years ago
Apache HTTP Client has been removed from Android Marshmallow and is now an optional external dependency. More info: http://developer.android.com/about/versions/marshmallow/android-6.0-changes.html#behavior-apache-http-client
This patch relies on simple code to correctly URLEncode the POST parameters.