Skip to content

Fix Cleartext Traffic Error in Android 9 Pie. Cleartext is any transmitted or stored information that is not encrypted or meant to be encrypted. When an app communicates with servers using a cleartext network traffic, such as HTTP, it could raise a risk of eavesdropping and tampering of content.

Notifications You must be signed in to change notification settings

RahulCV/cordova-plugin-enable-cleartext-traffic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cordova-plugin-enable-cleartext-traffic

Cordova plugin to fix Cleartext Traffic Error in hybrid mobile android applications . Cleartext is any transmitted or stored information that is not encrypted or meant to be encrypted. When an app communicates with servers using a cleartext network traffic, such as HTTP, it could raise a risk of eavesdropping and tampering of content.

Installation

Automatically (CLI / Plugman)

cordova-plugin-enable-cleartext-traffic is compatible with Cordova Plugman, compatible with PhoneGap 3.0 CLI, here's how it works with the CLI:

phonegap local plugin add https://github.com/RahulCV/cordova-plugin-enable-cleartext-traffic.git

or with Cordova CLI, from npm:

 cordova plugin add cordova-plugin-enable-cleartext-traffic
 cordova prepare

or with Ionic CLI, from npm:

 ionic cordova plugin add cordova-plugin-enable-cleartext-traffic
 ionic cordova prepare

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

Fix Cleartext Traffic Error in Android 9 Pie. Cleartext is any transmitted or stored information that is not encrypted or meant to be encrypted. When an app communicates with servers using a cleartext network traffic, such as HTTP, it could raise a risk of eavesdropping and tampering of content.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published