Skip to content Skip to sidebar Skip to footer

Android $.ajax() Gets ERR_CONNECTION_REFUSED

I have a small web page that uses jQuery.ajax(). The ajax call works fine on a desktop browser (Chrome on Mac). But when I try the same web page on my Android device (Chrome on N

Solution 1:

Is url a remote website ? Remote ajax call are denied by default. If you want your website allowed to be called through ajax, see this answer https://stackoverflow.com/a/10143166/911718


Post a Comment for "Android $.ajax() Gets ERR_CONNECTION_REFUSED"