cordova-plugin-advanced-http icon indicating copy to clipboard operation
cordova-plugin-advanced-http copied to clipboard

Cordova / Phonegap plugin for communicating with HTTP servers. Allows for SSL pinning!

Results 106 cordova-plugin-advanced-http issues
Sort by recently updated
recently updated
newest added

**Describe the bug** It is not sending any request when i am sending blob but it is working fine when i am just sending text like this form.append("name", "indraraj") **System...

question
need more info

Hey, guys. I'm doing some tests with mtls through cloudflare. I was able to set it up and it worked through Insomnia by importing the crt file and the key...

question

I'm using an external API that is setting a cookie on a 302 redirect which this plugin does not seem to handle correctly. I was able to always reproduce this...

bug
help wanted

**Describe the bug** Several iOS devices are crashing on start when SSL pinning is activated. Without it, we don't have any problem. **System info** - affected HTTP plugin version: 3.0.1...

**Describe the bug** I am using plugin in the IONIC. I have worked on the search keyword functionality. So I need to abort previous request if new request arrived. but...

help wanted
need more info

I have an app that has multiple implementations of http request handlers (electron, cordova & chrome extension) where I work with setting the cookie directly in the header and parsing...

feature
help wanted

[The local storage is very unsecure](https://dev.to/rdegges/please-stop-using-local-storage-1i04). Thus we shouldn't store cookies (or at least session cookies) in it because it's open for potential attackers. I understand that risk of an...

feature

**Describe the bug** The `setServerTrustMode()` method doesn't do anything when calling `uploadFile()` in the latest 3.2.1 version. For example, `setServerTrustMode("nocheck")` still gives me this error: The certificate for this server...

**Describe the bug** We are using the ionic 3 app and installed this plugin and We are unable to test the app on the android simulator. **System info** - affected...

Hi there, Firstly, great work with the plugin, it's really saved my ass so far getting around the forced CORS implementation with WKWebview. I'm just in the process of upgrading...

bug