cordova-plugin-advanced-http
cordova-plugin-advanced-http copied to clipboard
Cordova / Phonegap plugin for communicating with HTTP servers. Allows for SSL pinning!
### Overview of the Issue I am having problems with sending requests to Authenticate Server from an Ionic 3 app as the request is being denied (403) because "Accept-Charset" header...
**Describe the bug** I'm making parallel range requests (10+) using this plugin with responseType option set to blob, some requests complete successfully while some fail with the following message "advanced-http:...
https://github.com/silkimen/cordova-plugin-advanced-http/issues/472 Update the README for setCookie to reflect that either clearCookies or removeCookies will have to be manually called in order to remove the cookie. As explained in the above...
**Describe the bug** This plugin work perfectly on 3.3.0 version. But in 3.3.1 version app stuck on the splashscreen I test in `Android 5.1`, ` Android 5.1.1`, ` Android 6.0`...
I'm using "cordova-plugin-advanced-http": "^3.2.1", plugin for post request call. let postCall = this.http.post('url', { 'name': 'xyz', 'password': '****', 'mode': 'authprev' }, { 'Content-Type': 'application/x-www-form-urlencoded' }); return from(postCall); Mostly getting issue...
**Describe the bug** We are getting an exception on both iOS and Android with our new certificate on the server. We checked the SSL-Certificate, everything looks fine, no errors. we...
When one wants to disable followRedirect, sometimes the InputStream will throw an EOFException due to there being no content in the response body. It is undesired for this to result...
Android and iOS have a very simple setup for certificate pinning as described here: * https://developer.android.com/privacy-and-security/security-config#CertificatePinning * https://developer.apple.com/news/?id=g9ejcf8y I would like to use this setup to only enable certificate pinning...
Hello everyone, I'm Jason.z, the founder of [BSF](https://byteee.fund). We've noticed that this project has remained very popular in the past. However, unfortunately, it seems that this project has not been...
source: https://github.com/silkimen/cordova-plugin-advanced-http/pull/466 Demo: https://github.com/MaximBelov/cordova-plugin-advanced-http-lab PR to Awesome Cordova Plugins: https://github.com/danielsogl/awesome-cordova-plugins/pull/4512