kristianhristov / cordova-cookie-master

MIT License
26 stars 113 forks source link

Missing command error when getting cookie #17

Closed bdsvalencia closed 6 years ago

bdsvalencia commented 6 years ago

cookieMaster.getCookieValue('http://phmavclmdb1.infor.com:21007/REST', 'IRCVMLKHOJUWILKWGI5DUOR2', function (data) { console.log(data.cookieValue); }, function (error) { if (error) { console.log('error: ' + error); } }); also tried cookieMaster.getCookieValue('http://phmavclmdb1.infor.com:21007', 'IRCVMLKHOJUWILKWGI5DUOR2', function (data) { console.log(data.cookieValue); }, function (error) { if (error) { console.log('error: ' + error); } });

But I got Missing command error. I hope you could help me. Im using Windows 10.

kristianhristov commented 6 years ago

This plug in was created for iOS and Android platforms. It does NOT support windows platforms. Maybe that is the why you are getting the issue.