cordova-plugin-advanced-http
cordova-plugin-advanced-http copied to clipboard
Cordova / Phonegap plugin for communicating with HTTP servers. Allows for SSL pinning!
**You've got questions?** We primarily use GitHub as an issue tracker; for usage and support questions, please check out these resources below. Thanks! 😁 * README.md: https://github.com/silkimen/cordova-plugin-advanced-http/blob/master/README.md * StackOverflow: https://stackoverflow.com/questions/tagged/cordova-plugin-advanced-http...
Hi, I've got an app which was using v 3.2.0 of this plugin, and just updating to version 3.2.1 causes all HTTP requests to throw a JSON Error, and not...
**Describe the bug** Trying to get json with GET request from VK API. Error: "advanced-http: an error occured during post processing response: Cannot read properties of undefined (reading '0')" **System...
I already activated SSL-Pinning and it works fine. Now when connecting to a remote endpoint, how can I only allow certificates signed by a trusted CA? Right now the plugin...
**You've got questions?** We primarily use GitHub as an issue tracker; for usage and support questions, please check out these resources below. Thanks! 😁 * README.md: https://github.com/silkimen/cordova-plugin-advanced-http/blob/master/README.md * StackOverflow: https://stackoverflow.com/questions/tagged/cordova-plugin-advanced-http...
Good day. Could you suggest please how to solve this problem? I use.. ``` Ionic: Ionic CLI : 5.4.16 Ionic Framework : @ionic/angular 5.1.1 @angular-devkit/build-angular : 0.803.10 @angular-devkit/schematics : 8.3.10...
**Describe the bug** There's a problem of serializing a POST body with number values (iOS only). By sending a number value, for example: `0.1` in the POST body and by...
I am receiving an error from iOS that the internet connection appears to be offline. However, I have been using this for over a year to send a file to...
**Describe the bug** Download is interrupted when user switches to another app (makes my app in background). It reports connection closed Exception on the file server. **System info** Latest plugin...
**Is your feature request related to a problem? Please describe.** Make it more visible that setCookie() will persist the cookie you set across local storage (?) and it will not...