Hello,
I have a web api on Azure and the url works fine in the desktop browser however when debugging the POST always returns a 404 not found. I have done:
<access origin=”*” />
<allow-navigation href=”*” />
<allow-intent href=”http://*/*” />
<allow-intent href=”https://*/*” />
int the config.xml
along with:
<uses-permission android:name=”android.permission.INTERNET” />
<uses-permission android:name=”android.permission.ACCESS_NETWORK_STATE” />
in the AndroidManifest.xml
Any clues anyone?
-
This topic was modified 9 years, 5 months ago by wayne.