[Solved]Ajax – empty responseText on GET
I am calling a web script via Ajax and I am expecting a response from the Freemarker HTML template, but the responseText is always empty and the return.status = 0. readyState = 4. if (receiveReq.readyState == 4) { if (receiveReq.status == 200){ ...