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
Andrew Stephan
434d8dfd2b
updated afnetworking
2016-02-18 18:15:57 -05:00
Denis Babineau
dbe9d003b8
remove unused #import to non-existant file (now a private header in CordovaLib)
2016-02-16 10:36:06 -04: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
141f996052
fix downloadFile method on ios; invalid native path and not using proper instance of CDVFile
2015-08-26 23:58:50 -03:00
Denis Babineau
cabb0db9de
acceptAllHosts can now be called on both platform.
2015-07-28 11:15:32 -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
Eddy Verbruggen
1c1f716cf8
#7 android: acceptAllCerts doesn't call callbacks
2015-07-28 11:00:20 -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
EddyVerbruggen
0d67760abb
#1 Allow loading certificates from within the www folder
2014-10-14 15:49:01 +02:00
CSullivan102
be660f97d8
Updated AFNetworking to version 2.4.1 to fix crash when building in Xcode 6
2014-09-22 00:05:07 -04:00
Tommy-Carlos Williams
bd8207a390
Missing imports
2014-08-22 12:20:25 +10:00
Tommy-Carlos Williams
03dc55bdf9
Reports SSL Handshake errors when they occur
...
Instead of just reporting a 500 error with some generic text, I thought it might be useful to know when an actual SSL related error occurred. It the idea is to prevent MitM attacks, it might be important to warn users it might be happening.
Currently doesn't drill down the `getCause()` tree very far, just determines if it was an `SSLHandshakeException`.
2014-08-20 19:15:15 +10:00
Andrew Stephan
0b652756e5
imported UnknownHostException where necessary and updated version
2014-04-08 17:25:04 -04:00
Andrew Stephan
38854b3ca7
send back status 0 when the host cannot be resolved to match iOS. Also removed some logs
2014-04-08 13:08:58 -04:00
Andrew Stephan
d55f1bdc20
changed booleans to AtomicBooleans
2014-04-03 11:32:33 -04:00
Andrew Stephan
bfa5d47cf6
fixed bug with adding more than 1 cert
2014-04-02 15:31:38 -04:00
Andrew Stephan
aa2ce13d9c
Now working for both ios and android with same api. Updated AFNetworking
2014-03-31 17:21:14 -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
78dcc361ca
Started refactoring things so they make more sense name wise
2014-03-26 13:40:01 -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
b65be932bd
got ssl pinning to work when hardcoded
2014-03-24 19:36:09 -04:00
Andrew Stephan
b81f8b3d41
Now able to post with some level of success
2014-03-21 19:10:14 -04:00
Andrew Stephan
7a772d94b0
beginnings of android
2014-03-21 18:09:01 -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