English 中文(简体)
• 查询
原标题:UIWebview slow loading secured page

我有1个站点Im,配有1个IDWeb。 认为在安抚帕帕帕帕奇基本类时会遇到一些问题:

NSString * myUrlAddress = [NSString stringWithFormat:@"http://user:[email protected]"];
NSURL *url = [NSURL URLWithString:myUrlAddress];
NSURLRequest *requestObj = [NSURLRequest requestWithURL:url cachePolicy:NSURLRequestReturnCacheDataElseLoad timeoutInterval:60.0];
[webView loadRequest:requestObj];

最初的装载工作大部分时间,但有时特别在重载背线上。

- (void)webViewDidFinishLoad:(UIWebView *)webViewloc

尚未达到,也没有进入。

-(void)webView:(UIWebView *)wv didFailLoadWithError:(NSError *)error

如果我使用不同的服务器,没有接驳,以确保该网页的安全,那么所有机器都会被罚款。

我在出入记录中还看到,它有时只是停留在网页上。

Has this something to do with cachePolicy or timeoutInterval ?

问题回答

您可以自行设法管理服务器带来的认证挑战,因为看来,国际数据网是 观点无法处理。

这要求建立你自己的NSURLRequest/Connection,并处理<条码>链接:didReceiveAuthenticationChallenge/code> 代表方法中的挑战,然后试图将实际的html网页装上

可在以下网址找到full 代表GET申请的样本代码。 您也可进入一个第三方网络框架,使处理来文和难题的工作更加容易(例如,,尽管现在处于“frozen”状态,但该数据库运作良好;或AFNetworking)。

NSString * myUrlAddress = [NSString stringWithFormat:@"http://user:[email protected]"];
NSURL *url = [NSURL URLWithString:myUrlAddress];
[webView loadRequest:[NSURLRequest requestWithURL:url]];




相关问题
Code sign Error

I have created a new iPhone application.I have two mach machines. I have created the certificate for running application in iPhone in one mac. Can I use the other mac for running the application in ...

ABPersonViewController Usage for displaying contact

Created a View based Project and added a contact to the AddressBook using ABAddressBookRef,ABRecordRef now i wanted to display the added contact ABPersonViewController is the method but how to use in ...

将音频Clips从Peter改为服务器

我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......

• 如何将搜查线重新定位?

我正试图把图像放在搜索条左边。 但是,问题始于这里,搜索条线不能重新布署。