Top "Asihttprequest" questions

ASIHTTPRequest, a deprecated and outdated framework to replace NSURLConnection on iOS and OS X.

UILabel text not being updated

I am unable to change the UILabel text. The code for the the UILabel inside viewDidLoad is : startLabel=[[UILabel alloc] …

ios uilabel asihttprequest
Use a self-signed ssl certificate in an iphone app

I apologize in advance for the long-winded question. I'm having trouble with a self-signed SSL cert and I want to …

ios ssl ssl-certificate asihttprequest nsurlrequest
Best architecture for an iOS application that makes many network requests?

I'm in the process of rethinking my approach to the request architecture of a large app I'm developing. I'm currently …

iphone objective-c cocoa-touch network-programming asihttprequest
ASIHTTPRequest POST iPhone

Here's a portion of the html code I'm trying to submit the textarea, much this textarea this forum uses to …

iphone objective-c ios asihttprequest
iphone: upload image to server using ASIFormDataRequest

I have to upload an image to server for which I wrote code using NSMutableURLRequest like this NSString *boundary = [NSString …

iphone asihttprequest
How SOAP and REST work with XML/JSON response?

This is one very common question asked again and again on stack overflow and I read so many answers about …

iphone xml rest soap asihttprequest
What major ASIHTTPRequest features is AFNetworking missing?

With work having recently stopped on ASIHTTPRequest, it seems like attention is shifting to AFNetworking. However, I've not yet found …

iphone ios ipad asihttprequest afnetworking
Asihttprequest 61 errors

I'm using the ASIhttprequest in many projects but recently with each new project when I'm trying to add the ASIhttprequest …

iphone objective-c xcode asihttprequest
AFNetworking - How to setup requests to be retried in the event of a timeout?

I have recently migrated from ASIHTTPRequest to AFNetworking, which has been great. However, the server that I am connecting with …

iphone ios ipad asihttprequest afnetworking