gpt4 book ai didi

ios - 在 WebView 中处理 Windows 身份验证 - Swift/iOS

转载 作者:行者123 更新时间:2023-11-30 12:20:35 25 4
gpt4 key购买 nike

我有一个 .net MVC Web 应用程序,我正在通过 UIWebView 中的 windows 身份验证 登录,我想知道我如何处理错误(当用户名/密码不正确时)。目前这是我必须登录的内容

var urlComponents = URLComponents(string: "http://webappaddress.com")
urlComponents?.user = myUsername
urlComponents?.password = myPassword

let thisurl = urlComponents?.url
let thisrequest = URLRequest(url: thisurl!)
webView.loadRequest(thisrequest)

如果用户名和密码正确,则 Web 应用程序将显示在 UIWebView 中。如果没有,则屏幕将保持空白,因为如果没有正确的凭据,网络应用程序根本无法加载。

最佳答案

UIWebView确实可以通过HTTP请求加载网页。请检查您的 Info.plist 中的配置是否与您的想法完全相同 enter image description here

关于ios - 在 WebView 中处理 Windows 身份验证 - Swift/iOS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44841534/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com