diff --git a/LICENSE b/LICENSE index 9718013..862ae69 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,6 @@ The MIT License (MIT) +Copyright (c) 2019 Sefa Ilkimen Copyright (c) 2017 Mobisys GmbH Copyright (c) 2014 Wymsee, Inc diff --git a/README.md b/README.md index ba5058b..7b47613 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ This is a fork of [Wymsee's Cordova-HTTP plugin](https://github.com/wymsee/cordo ## Advantages over Javascript requests - - Background threading - all requests are done in a background thread. - - Handling of HTTP code 401 - read more at [Issue CB-2415](https://issues.apache.org/jira/browse/CB-2415). - - SSL Pinning + - SSL / TLS Pinning + - CORS restrictions do not apply + - Handling of HTTP code 401 - read more at [Issue CB-2415](https://issues.apache.org/jira/browse/CB-2415) ## Updates @@ -384,6 +384,7 @@ Following features are *not* supported: * Pinning SSL certificate * Disabling SSL certificate check * Disabling transparently following redirects (HTTP codes 3xx) +* Circumventing CORS restrictions ## Libraries