Update license and readme file

This commit is contained in:
Sefa Ilkimen 2019-12-01 06:47:29 +01:00
parent 9dce2fb964
commit 9af2d1c21a
No known key found for this signature in database
GPG Key ID: 4AB0B60A9B5E59F5
2 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,6 @@
The MIT License (MIT) The MIT License (MIT)
Copyright (c) 2019 Sefa Ilkimen
Copyright (c) 2017 Mobisys GmbH Copyright (c) 2017 Mobisys GmbH
Copyright (c) 2014 Wymsee, Inc Copyright (c) 2014 Wymsee, Inc

View File

@ -14,9 +14,9 @@ This is a fork of [Wymsee's Cordova-HTTP plugin](https://github.com/wymsee/cordo
## Advantages over Javascript requests ## Advantages over Javascript requests
- Background threading - all requests are done in a background thread. - SSL / TLS Pinning
- Handling of HTTP code 401 - read more at [Issue CB-2415](https://issues.apache.org/jira/browse/CB-2415). - CORS restrictions do not apply
- SSL Pinning - Handling of HTTP code 401 - read more at [Issue CB-2415](https://issues.apache.org/jira/browse/CB-2415)
## Updates ## Updates
@ -384,6 +384,7 @@ Following features are *not* supported:
* Pinning SSL certificate * Pinning SSL certificate
* Disabling SSL certificate check * Disabling SSL certificate check
* Disabling transparently following redirects (HTTP codes 3xx) * Disabling transparently following redirects (HTTP codes 3xx)
* Circumventing CORS restrictions
## Libraries ## Libraries