在 WebKit WebView 中允许跨域 AJAX
我正在应用程序的 WebView 中加载本地网页。有没有办法在webview中启用跨域AJAX?如果我可以控制尝试执行请求的代码,那么安全功能实际上并没有什么意义……
或者,有没有办法将大量数据传递到我们的系统中?
I am loading a local webpage in a WebView in my application. Is there a way to enable cross domain AJAX in the webview? There isn't really a point in the security feature if I have control of the code trying to do the request...
Alternatively, is there a way to pass a large amount of data into the we
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来 WebView 会自动允许跨域 AJAX 处理本地文件。
Looks like WebView will automatically allow cross domain AJAX with local files.