facebook

Closed: Device unable to post to Azure

  1. GapDebug
  2.  > 
  3. Getting Help – GapDebug
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #397624 Reply

    dueguard
    Participant

    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://*/*&#8221; />
    <allow-intent href=”https://*/*&#8221; />

    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 8 years, 9 months ago by wayne.
    #397853 Reply

    dueguard
    Participant

    Disregard this was because I needed the whitelist plugin.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Closed: Device unable to post to Azure

You must be logged in to post in the forum log in