Skip to content

Commit 8b3466e

Browse files
author
Sefa Ilkimen
committed
- update readme
- update version number
1 parent 73e76f6 commit 8b3466e

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ Cordova Advanced HTTP
66
[![Build Status](https://travis-ci.org/silkimen/cordova-plugin-advanced-http.svg?branch=master)](https://travis-ci.org/silkimen/cordova-plugin-advanced-http)
77

88

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+
1011
This is a fork of [Wymsee's Cordova-HTTP plugin](https://github.com/wymsee/cordova-HTTP).
1112

1213
## Advantages over Javascript requests
@@ -339,6 +340,18 @@ cordova.plugin.http.downloadFile("https://google.com/", {
339340
});
340341
```
341342

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)
342355

343356
## Libraries
344357

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-advanced-http",
3-
"version": "1.10.2",
3+
"version": "1.11.0",
44
"description": "Cordova / Phonegap plugin for communicating with HTTP servers using SSL pinning",
55
"scripts": {
66
"buildbrowser": "./scripts/build-test-app.sh --browser",

0 commit comments

Comments
 (0)