Open GustavoCostaW opened 9 years ago
What did you do in Android to disable web security? And what's the endpoint of your server (can I inspect the headers)?
Hey @EddyVerbruggen thx for reply and u work with cordova plugins, it's amazing, so, I use crosswalk plugin and add http://peter.sh/experiments/chromium-command-line-switches/ in config.xml I add
< preference name="xwalkCommandLine" value="--disable-web-security" / >
I did not understand your question about headers, thank you!
@GustavoCostaW : please report the exact error message. you may have issue with whitelisting or CORS
How to solution this problem?
For some reason, the WKWebView can not authenticate to my server, it receive the response, but when I send the other method depending on the authentication it returns that are not allow get response, I managed to fix this in the android disabling web security, I can do this with WKWebView?