Closed mazkaaa closed 2 years ago
You implemented the success handler but didn't provide the fail handler function and your request is most likely failing. Just an idea: try to use the Bearer
authentication scheme for your JWT token instead of JWT
which is not a registered IANA scheme.
But your problem is not related at all to this plugin, therefore:
Please read the documentation carefully. We primarily use GitHub as an issue tracker; for usage and support questions, please check out these resources below. Thanks!
cordova-plugin-advanced-http
Hello! i've been using http sendRequest to the rest api backend endpoint but got undefined result.
I already tried to setServerTrustMode to nocheck but it wont print the log. any idea?