是否可以使用sendAsynchronousRequest of NSURLConnection,知道所请求的url将有重定向,并且所有请求也必须使用基本的auth?我得到以下错误:Error Domain=NSURLErrorDomain Code=-1012“操作无法完成。(NSURLErrorDomain错误-1012.)我确实使用NSURLConnectionDelegate编写了一些代码,并修改了重定向请求
当我使用我自己的应用程序的consumerName、consumerKey和consumerSecret时,它返回下面的错误。错误日志为:-- Error Domain=NSURLErrorDomainCode=-1012 "The operation couldn’t be completed.(NSU