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

Allow Clear Text Traffic #159

Merged
merged 1 commit into from
Jun 20, 2019
Merged

Conversation

firefinchdev
Copy link
Contributor

No description provided.

@firefinchdev
Copy link
Contributor Author

Android Pie and above does not allow Clear Text HTTP Traffic by default. Its possible to allow such requests to be made by our app using android:usesCleartextTraffic="true" in manifest.
Reference:
https://stackoverflow.com/questions/51902629/how-to-allow-all-network-connection-types-http-and-https-in-android-9-pie
https://stackoverflow.com/questions/45940861/android-8-cleartext-http-traffic-not-permitted

@firefinchdev
Copy link
Contributor Author

Solves #157

@JeanCarlosChavarriaHughes

The change seems to be safe to merge and provides backward compatibility.
android:usesCleartextTraffic="true"

Thanks

@BenoitDuffez BenoitDuffez merged commit 3949a8d into BenoitDuffez:develop Jun 20, 2019
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

Successfully merging this pull request may close these issues.

None yet

3 participants