Closed longzheng closed 6 years ago
Running into issue with cordova-plugin-advanced-http
plugin not storing/sending cookies set on the response with a redirect. https://github.com/silkimen/cordova-plugin-advanced-http/issues/148
$http
calls from reject
to catch
Ah turns out it's due to 302 redirect on a GET call (redirect to error page) which is currently not handled (only on POST).
https://ionicframework.com/docs/wkwebview/
Hopefully improves performance and fix some weird layout/rendering issues