
ASIHTTPRequest
wakin002
这个作者很懒,什么都没留下…
展开
-
ASIHTTPRequest with SSL
How to implement a https connection with SSL and ASIHTTPRequest?To do ssl with ASIHTTPRequest, you just need to pass a https url instead of a http one.Are there some special steps to do? you d转载 2013-03-08 12:01:57 · 918 阅读 · 0 评论 -
ASIHTTPRequest "A connection failure occurred" error
iOS Development: Why do I always get the “A connection failure occurred” on the 1st attempt, but success on the next?I'm using the ASIHTTPRequest lib in my iOS app to make RESTful requests to my转载 2013-03-01 09:31:40 · 3634 阅读 · 0 评论 -
ASIHTTPRequest with Cookie
// creating the URLNSURL *_server_url = [NSURL URLWithString:@"http://my_computer.local/";];// creation the cookieNSHTTPCookie *cook = [NSHTTPCookie cookieWithProperties: [NSDictionary dicti转载 2013-04-01 14:22:01 · 584 阅读 · 0 评论 -
ASIHTTPRequest with Https
[request setValidatesSecureCertificate:NO]Since this is getting some upvotes, I'd just like to add that this might not be the best approach for valid SSL certificates. The one I was using was a self原创 2013-04-01 14:18:59 · 545 阅读 · 0 评论