Package Exports
- @ionic-native/http
- @ionic-native/http/index
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ionic-native/http) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
HTTP
$ ionic cordova plugin add cordova-plugin-advanced-http
$ npm install @ionic-native/http
Usage Documentation
Plugin Repo: https://github.com/silkimen/cordova-plugin-advanced-http
Cordova / Phonegap plugin for communicating with HTTP servers. Supports iOS and Android.
Advantages over Javascript requests:
- SSL / TLS Pinning
- CORS restrictions do not apply
- Handling of HTTP code 401 - read more at Issue CB-2415
Supported platforms
- Android
- iOS