SharePoint 2013 - Unexpected response from server. The status code of response is '0'. The status text of response is ''.
I found this strange error when i work with SharePoint JavaScript Object modal (JSOM) . By searching i found that this is due to anonymous permission problem caused by Ajax calls.
In my case i put button tag in to my page which is causing this error. I changed the button tag to input tag and it worked perfectly.
Comments