Windows Store App WebView Ajax request from local html file -


I have such a question

I am loading a local HTML file on WebView I:

  webView.NavigateToLocalStreamUri (page Yuri, localRIRsOver_);   

I am trying to make an AJAX call on a remote server. I'm getting an error with the status = 0 I tried both with jquery and plain xml httpRequest, the results are the same. I am not able to get remote file content

At the same time, I am able to load the local file. Since all local files are redirected to my "LocalRR Server", I am able to provide content to resolve the URL and call AJAX.

Coming to remote content, I know that this domain domain issue is a problem.

Is Windows 8.1 the way around it on the webview? Is there a flag to override the cross-domain basic policy?

Thank you

I believe I just run on the same issue I am here. It appears that my AJAX request is not complete.

I see that our APIs have been hit on our servers, but the full callback of my jQuery Ajax request has not been triggered.

Why is currently checking, please update it if you have found a solution or a solution.

Comments

Popular posts from this blog

php - PDO bindParam() fatal error -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -