Commit Graph

29 Commits

Author SHA1 Message Date
Sefa Ilkimen d90cefcbaa fixed handling of multiple cookies 2016-12-07 15:29:54 +01:00
Sefa Ilkimen b3118d5ccd removed „String.prototype.startsWith“ call to be compatible with older web view versions 2016-12-06 16:05:48 +01:00
Sefa Ilkimen 6b0f23b2d1 fixed lodash exports 2016-12-06 11:52:38 +01:00
Sefa Ilkimen 4afb375971 added function for clearing cookies 2016-12-05 18:25:14 +01:00
Sefa Ilkimen 20e5bd0ee9 added local storage store for cookies 2016-12-05 17:52:20 +01:00
Sefa Ilkimen e84d84c358 integrated „umd-tough-cookie“ for cookie handling 2016-12-05 13:19:26 +01:00
Sefa Ilkimen 8fc4c2b9cb minor changes for cleanup 2016-11-14 15:13:26 +01:00
Sefa Ilkimen d5b2cdaf60 implemented PUT and DELETE methods for Android and iOS 2016-11-14 13:56:54 +01:00
Sefa Ilkimen 0989de20ab renamed param serializer to data serializer 2016-11-14 00:47:24 +01:00
Sefa Ilkimen 050ed894d6 defined www interface for http methods PUT and DELETE 2016-11-14 00:18:16 +01:00
Sefa Ilkimen 46176500df fixed var name 2016-11-11 01:32:16 +01:00
Sefa Ilkimen 9f515d01d8 defined www interface for configurable parameter serializer 2016-11-10 18:46:30 +01:00
Andrew Stephan b2e7878da4 fixes for useBasicAuth and setHeader for angular use 2016-03-03 10:55:09 -05:00
Andrew Stephan c35af633a4 fixed some issues with responseSerializers and moved some functions out of obj-c into javascript 2016-02-19 17:13:48 -05:00
Andrew Stephan 340e45a381 Fixed ios code to work with AFNetwork 3.0.x 2016-02-18 20:31:21 -05:00
Denis Babineau 07e0195c91 add HEAD request support and return response headers for all request types both for success and failures. 2015-10-07 13:33:07 -03:00
Denis Babineau 43b04a94e2 add acceptAllHosts call to test self-signed certificate in dev environment (still performs pinning but skips host validation)
TODO: iOS
2015-07-28 11:04:09 -03:00
Denis Babineau 20f39b32f1 update cordova file plugin dependency to new cordova-plugin-file name/version 2015-07-15 15:21:39 -03:00
Sai Krishna 978708890b Exporting http object to use it through clobbers target defined in plugins.xml.
Doing this helps in using the plugin through ngCordova, a much better way of using Cordova plugins from Angular.
2014-10-29 10:27:34 +00:00
Andrew Stephan 19f9fc4028 fix crash when angular is not defined 2014-04-01 13:06:39 -04:00
Andrew Stephan d0bebc3f39 undo previous change 2014-04-01 12:30:41 -04:00
Andrew Stephan 4371f56b43 prevent crash when angular is not defined 2014-04-01 12:28:27 -04:00
Andrew Stephan d6e8852020 Now using http-request for android. Android is now fully working 2014-03-28 15:48:19 -04:00
Andrew Stephan 3f4b0b129c renamed classes and files 2014-03-26 14:43:17 -04:00
Andrew Stephan d4fce7751d SSL pinning now finds any cer files in the assets folder. Now can allow invalid certs 2014-03-26 11:56:49 -04:00
Andrew Stephan 7a772d94b0 beginnings of android 2014-03-21 18:09:01 -04:00
Andrew Stephan e12eb0e35a updated require id 2014-03-18 16:58:57 -04:00
Andrew Stephan 98007e2471 renamed plugin files to cordovaHTTP. 2014-03-12 15:46:44 -04:00
Andrew Stephan 53ebcddfd1 basic ios functionality 2014-03-11 13:41:21 -04:00