WinJS.xhr local network error

前端 未结 1 548
不思量自难忘°
不思量自难忘° 2020-12-21 02:14

I am trying to make a simple windows 8 app but I have a problem. When I try to make a xhr request to a local webserver it fails with the error code: 0x2efd

Sample c

相关标签:
1条回答
  • 2020-12-21 02:59

    Did you declare the "private network" capability in your project's application manifest? Double click your application manifest file - It is located under the capabilities tab.

    0 讨论(0)
提交回复
热议问题