$.ajax POST returning “status”:403,“statusText”:“Forbidden” cordova android

前端 未结 2 812
逝去的感伤
逝去的感伤 2021-01-07 07:49

I am developing Android phonegap application with jquery.mobile-1.4.3.js and cordova.3.5.0.

i am calling $ajax for web service. below is a code snippet.

<         


        
2条回答
  •  感情败类
    2021-01-07 08:31

    Do you have the domain you'r trying access on the allowed domains for your APP? You can set this on comfig.xml.

提交回复
热议问题