Hi. I'm creating an SmartTV app and testing it as a web site in IE browser. It needs to request data from url, so I do the ajax request;
The result is I don't get response body and some strange error status 0. Success handler never fires, only error.
When I do that request in the browser - it works. When I use some WebAPI interface to retrieve data from original url and send it to ajax as plain text - again, it works through the browser, but ajax get an empty response body. What did I do wrong?