Ajax get and post problem with firefox and chrome

hi :slight_smile:

I am using Dhtmlx Ajax to make a post request to a webservice this is my code:

var loader = dhtmlxAjax.getSync("http://192.168.13.84:8080/Utenti/Echo/aa");

I have noticed that with IE it works but with firefox and Chrome it doesn’t.

i try with your sample (changing url) and nothing change…i got this error "405 Method Not Allowed ".

Any help?

Thank you.

Hi,

make sure that you did not load the page from different domain. It is not allowed due to cross-domain security.

If domain is the same for both pages, you may check settings of Firefox and Chrome. Possibly you’ve entered some proxy settings that affect requests …