I\'m using the ASIhttprequest in many projects but recently with each new project when I\'m trying to add the ASIhttprequest classes I get the following error before using classes just when I\'m tryin
I can\'t tell where but I\'m having memory issues uploading images to my server. After about 10 or so successful uploads i get memory warnings of level 1 then the next time it quits due DateFormatters
I am using ASIHttpRequest library in iphone and when i try to do a GET request on the below URL i get this message and the request fails, please anyone if he/she has encountered this problem or know a
I keep getting a very weird error when using asi-http-request when I use selectors to register callbacks for success and failure.
I\'ve a problem connecting to the server using SSL. I\'m using ASIHTTPRequest. ASIFormDataRequest *request =开发者_Python百科 [ASIFormDataRequest requestWithURL:[NSURL URLWithString:@\"https://server
I use ASIHTTPRequest framework in my iPhone application to manage the HTTP communication. I followed their examples given in the project home page to send asynchronous requests. There we have to imple
Just wondering which is faster in terms of performa开发者_高级运维nce and usability? Or if there\'s anything better out there? ASIHTTPRequest is just so much better than NSURLConnection it\'s ridiculo
I\'m having a really hard time when trying to cancel requests in an NSOperationQueue. Before deallocating my \'engine\' object, I call a cancelOperations method to cancel everything in the queue, so
i have created a plist file other than the default one that exists. Can i upload this plist file onto the server
I am using asihttprequest to connect and submit data. I use the timeout option but 开发者_StackOverflow社区it is not working!