File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ Cordova Advanced HTTP
6
6
[ ![ Build Status] ( https://travis-ci.org/silkimen/cordova-plugin-advanced-http.svg?branch=master )] ( https://travis-ci.org/silkimen/cordova-plugin-advanced-http )
7
7
8
8
9
- Cordova / Phonegap plugin for communicating with HTTP servers. Supports iOS and Android.
9
+ Cordova / Phonegap plugin for communicating with HTTP servers. Supports iOS, Android and [ Browser] ( #browserSupport ) .
10
+
10
11
This is a fork of [ Wymsee's Cordova-HTTP plugin] ( https://github.com/wymsee/cordova-HTTP ) .
11
12
12
13
## Advantages over Javascript requests
@@ -339,6 +340,18 @@ cordova.plugin.http.downloadFile("https://google.com/", {
339
340
});
340
341
```
341
342
343
+ ## Browser support<a name =" browserSupport " ></a >
344
+
345
+ This plugin supports a very restricted set of functions on the browser platform.
346
+ It's meant for testing purposes, not for production grade usage.
347
+
348
+ Following features are * not* supported:
349
+
350
+ * Manipulating Cookies
351
+ * Uploading and Downloading files
352
+ * Pinning SSL certificate
353
+ * Disabling SSL certificate check
354
+ * Disabling transparently following redirects (HTTP codes 3xx)
342
355
343
356
## Libraries
344
357
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cordova-plugin-advanced-http" ,
3
- "version" : " 1.10.2 " ,
3
+ "version" : " 1.11.0 " ,
4
4
"description" : " Cordova / Phonegap plugin for communicating with HTTP servers using SSL pinning" ,
5
5
"scripts" : {
6
6
"buildbrowser" : " ./scripts/build-test-app.sh --browser" ,
You can’t perform that action at this time.
0 commit comments