Telerik-Verified-Plugins / SecureHTTP

Cordova / Phonegap plugin for communicating with HTTP servers. Allows for SSL pinning!
MIT License
33 stars 31 forks source link

Add SiteMinder, Rework the way used to pass parameters #26

Closed angegar closed 2 weeks ago

angegar commented 7 years ago

Add a method to authenticate through SiteMinder

Rework the way used to pass parameters in using JSONObject instead of HashMap, indeed the first implementation allows only POST with urlencoded content type, now we can also use application/json.

Fix the integration with angular.

(I only test GET and POST on my application)