cordova-plugin-advanced-http
cordova-plugin-advanced-http copied to clipboard
Cordova / Phonegap plugin for communicating with HTTP servers. Allows for SSL pinning!
I'm running into the same issue as [Issue #295](https://github.com/silkimen/cordova-plugin-advanced-http/issues/295) with Capacitor where it won't serialize a Blob or File correctly. I setDataSerializer to "multipart" and it treats it like a...
**Is your feature request related to a problem? Please describe.** Large blobs fail to get parsed. The reason is that JS cant handle such big base64 strings. **Describe the solution...
Hi, @silkimen. Thanks a lot for your hard work on the plugin! The question: using the plugin, is there any way to send a valid JSON entity, but not an...
Hello ! First of all, thank you very much for your effort, I've been using this plugin and it works very well ! However, I wonder if It would be...
**Is your feature request related to a problem? Please describe.** It would be nice if performance benefits of HTTP2 could be used on iOS & Android. On the web the...
Hi, I am using the plugin to call couples of API but I don't want to handle error for each of them. I would like to ask how could I...
I'm having the same exact issue: #72 It's closed but unsolved because when I'm trying to rerieve data from this site http://feeds.hwupgrade.it/rss_hwup.xml the plugin gives me only the data after...
Hello, Some complex apps use both external and internal API's and partial pinning would be a great feature in this case. Use case: I want to pin certs of internal...
Hi, I would like to know if is possible to make an api call with a client certificate. Thanks
Enabling SSL pinning does not fail when certificates in wrong format (e.g. PEM encoded one) are used on iOS. But later on the app crashes when you try to send...