Answer the question
In order to leave comments, you need to log in
FF and Ext.Ajax.request
I understand the problem ... There is a site, ext3.2.2, in a certain place it is called:
Ext.Ajax.request ({
method: 'GET',
params: { number: str },
url: '/cgi-bin/iassist.cgi',
failure: function (result,request) {console.log(result)},
});
everything is fine in chrome, but in FF I have the following:
If you press resend in firebug, then the request goes away.
Judging by the logs (of the server), the request is not sent to the server at all. What could be? Where to dig?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question