Tagged Questions

ASIHTTPRequest, a full featured replacement for NSURLConnection on iOS and Mac OS X.

learn more… | top users | synonyms

36
votes
6answers
2k views

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 a good comparison of the features of the two libraries, so I ...
16
votes
2answers
2k views

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 using ASIHTTPRequest to actually make requests, but since I need many different ...
15
votes
3answers
1k views

Fix warning “Capturing [an object] strongly in this block is likely to lead to a retain cycle” in ARC-enabled code

In ARC enabled code, how to fix a warning about a potential retain cycle, when using a block-based API? The warning: Capturing 'request' strongly in this block is likely to lead to a retain cycle ...
13
votes
3answers
3k views

Asihttprequest 61 errors [closed]

it should be a simple problem. im using the ASIhttprequest in many project but sins 1 week each new project i'm trying to add the ASIhttprequest classes i got the following 61 error before using ...
11
votes
2answers
4k views

ASIHTTPRequest: https with SSL

How to implement a https connection with SSL and ASIHTTPRequest? Are there some special steps to do? Can it be that this has nothing to do with ASIHTTPRequest? It has to do only with the server-side I ...
9
votes
1answer
2k views

How? UITableViewCell with UIImageView asynchronously loaded via ASINetworkQueue

I'm trying to load some images in table cells asynchronously using ASINetworkQueue. I just can't figure it out and can't seem to find a good SIMPLE example. The best I can find is this, but its just ...
9
votes
3answers
5k views

ASIHTTPRequest set timeout

How can I set the session timeout using ASIHTTPRequest ? Thanks
8
votes
4answers
231 views

ASIHTTPRequest / ASIFormDataRequest - referencing request object within blocks under ARC

Very similar to this question, I am trying to convert a project that uses ASIHTTPRequest & ASIFormDataRequest to ARC. In my view controller classes, I often refer to and use properties of the ...
8
votes
4answers
1k views

Why should I prefer ASIHTTPRequest over NSURLConnection for downloading files from the web?

I've seen a couple of times people using ASIHTTPRequest to download files. Now I wonder why? What are the core benefits over NSURLConnection?
8
votes
2answers
2k views

ASIHTTPRequest vs NSURLConnection

Just wondering which is faster in terms of performance and usability? Or if there's anything better out there?
8
votes
1answer
1k views

Uploading to Ruby on Rails from iPhone using ASIHTTPRequest

I've really hit a wall and am need of some help! Thankyou for reading this far! I'm in the middle of writing an app that talks to my ROR web-server for database requests and works great thanks to ...
7
votes
3answers
2k views

Generic approach to NSManagedObjectContext in multi-threaded application

I've read a number of posts here about NSManagedObjectContext and multi-threaded applications. I've also gone over the CoreDataBooks example to understand how separate threads require their own ...
7
votes
4answers
846 views

How can I add HTTP request caching to an application using ASIHTTPRequests?

I'm using ASIHttpRequests and an ASINetworkQueue in an iphone app to retrieve some 100k XML files and a lot of thumbnails from a web service. I'd like to cache the requests in the style of NSURLCache. ...
6
votes
3answers
447 views

Switching to AFNetworking from ASIHTTPRequest - Issue with ASINetworkQueue

I'm working on a problem where I have to download around 10 different large files in a queue, and I need to display a progress bar indicating the status of the total transfer. I have this working ...
6
votes
1answer
767 views

iOS 5 Hanging on ASIHTTPRequests

So I have an app that runs on iOS 3.2 - 4.x. It uses ASIHTTPRequest to make all the REST API calls. Ever since my team and I upgraded three of our iPhone 4's to iOS 5, The app will hang and show the ...
5
votes
2answers
191 views

Is it safe to still use ASIHTTPRequest?

Ben Copsey has abandoned ASIHTTPRequest. It has been announced almost two months ago but I just realized it. I'm in the middle of a project using it. It wouldn't be an huge problem for me to replace ...
5
votes
4answers
3k views

iOS 5 : https ( ASIHTTPRequest) stop working

I got an app which use ASIHTTPRequest. I recompiled my app with iOS 5 (sdk : 5.0 / xcode: 4.2 Build 4D199 ) and the https connections fail with error message (the same call with https disabled works ...
5
votes
4answers
869 views

Good pattern for Internet requests with Grand Central Dispatch?

I'm currently using synchronous ASIHTTPRequest with GCD queues to download data from the Internet, then parse the response data with JSONKit. What do you think about this pattern. Thank you in ...
5
votes
1answer
861 views

Accurate progress displayed with UIProgressView for ASIHTTPRequest in an ASINetworkQueue

Summary: I want to track the progress of file downloads with progress bars inside cells of a tableview. I'm using ASIHTTPRequest in an ASINetworkQueue to handle the downloads. It works, but the ...
5
votes
2answers
2k views

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 Rails 3 web app. I seeing a weird and somewhat consistent error the 1st time I try to make a POST request to my web app, ...
5
votes
1answer
248 views

http status code 400 in middle east countries

I have an iPad app which loads a plist from a server fine on a UIWebView but when I try to get it as response string from the server, it returns a http status code 400 with response string as Request ...
5
votes
3answers
323 views

Push vs polling with web service on iPhone

I'm using the ASIHttpRequest library to ask a web service every minute for updates. The app receives a json string and parses it. It works OK. But I'd like to make this more efficient.. what would be ...
5
votes
2answers
1k views

XCode 4 + Instruments 4: False positive leaks?

Ever since switching to XCode 4 the leaks tool shows a LOT of leakage, all from JSONKit and ASIHTTPRequest, after a 2 min run I am leaking hundreds of arrays/dictionaries/strings (from ...
5
votes
2answers
4k views

ASIHTTPRequest post json to php server

I have been trying to post a json object to a PHP script for the last 5 hours. I have read all the docs and it seems the code should work BUT it does not. The request is made and received ok, but I ...
5
votes
1answer
4k views

What are differences between NSURLConnection and ASI-HTTP-Request?

Some people strongly prefer asihttprequest ASIHTTPRequest vs NSURLConnection Reasons can be listed (not full) a lot of extra features,such as supporting cache,http proxy etc also based on CFNetwork ...
5
votes
4answers
2k views

iPhone ASIHTTP - Distinguishing between API calls?

I currently have a view controller that implements ASIHTTP for handling API calls. My view controller fires 2 separate calls. I need to be able to distinguish between the 2 calls in the ...
4
votes
1answer
290 views

Incorrect NSStringEncoding value 0x0000 detected (using ASIHTTPRequest)

I'm using ASIHTTPRequst in my application and im having some problems, but only on certain devices. In some cases i get the following error: " Incorrect NSStringEncoding value 0x0000 detected. ...
4
votes
1answer
93 views

ERR_ICAP_FAILURE with ASIHTTPReqeust on Orange France

We have an iOS Application that connects to a WebDav server using the ASIHTTPRequest library - which works very good. One of our customers has the problem of a 500 status code with an ...
4
votes
1answer
2k views

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 document everything I've tried so far. I'm working on an app that communicates with ...
4
votes
1answer
510 views

ASIFormDataRequest POST returning website source code?

I am using the following code to set the username and password to a form on a website: ASIFormDataRequest *request = [[ASIFormDataRequest alloc] initWithURL:url]; [request ...
4
votes
1answer
1k views

ASIHTTP: Upload UIImage?

Can someone please tell me how I can use an ASIHTTPRequest object in Objective-c to upload an UIImage object? Do I need to convert it to an NSData object? (This is for an avatar upload url) E.g. ...
4
votes
3answers
663 views

Objective C: How to release delegates in this situation

I am using custom delegate objects to do some cleanup tasks after a request finishes. ASIHTTPRequest doesn't retain delegates so I can't autorelease them. Right now this is how I am allocating and ...
4
votes
2answers
2k views

Empty body in POST in ASIHTTPRequest

Basically, I am sending a POST request with an empty data body: ASIHTTPRequest *request [ASIHTTPRequest alloc] init]; [request setURL:[NSURL URLWithString:escapedUrlString]]; [request ...
4
votes
4answers
1k views

Crashing with ASIHTTPRequest and NSOperationQueue when cancelling operations

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 ...
4
votes
1answer
2k views

How to Use ASIFormDataRequest to http post array of NSDictionary objects

Hey, I need to make a HTTP POST request with an array of NSDictionary objects. When I do this, however, I notice on the server side that the NSDictionary object does not get deserialized to a hash. ...
4
votes
2answers
2k views

How to use Three20 framework to upload multiple images and handle JSON response?

So I have an iPhone application that needs to: Post several strings and up to 5 images (stored in memory) to a RoR web application Parse the JSON returned that will include several strings and an ...
4
votes
1answer
4k views

ASIHTTPRequest - HTTPS

Does ASIHTTPRequest support HTTPS connections? My connection right now works for a HTTP connection and errors if I try a HTTPS Connection. (Goes into requestFailed and gives me a ...
4
votes
3answers
4k views

Timeout a ASIHTTP request

I'm using the ASIHTTPRequest library to request some data from a server in my iPhone app. But i cannot figure out how to create a timeout so that if the server goes down or the iPhone doesnt have ...
3
votes
1answer
320 views

ASIHTTPRequest vs AFNetworking framework

I am about to develop application for iPad and it has enormous amount of background thread network calls. I would like to know which one will be better? ASIHTTPRequest still works but not ...
3
votes
2answers
104 views

ASIHTTPRequest: a (potentially) carrier-specific issue whilst uploading data / server receives blank POST

Very strange (to me) problem when uploading files to a server using ASIFormDataRequest. When uploading over WiFi, there's no problem, I can upload just fine. When uploading over 3G using O2 UK as the ...
3
votes
1answer
178 views

Using ASIHTTPRequest to POST nested params using a NSDictionary

Trying to post information for nested parameters to a rails app and having some trouble. #pragma mark - Begin Network Operations - (void)beginNetworkOperation { NSURL *requestURL = [NSURL ...
3
votes
3answers
135 views

Wi-fi sleeps after some time - objective-c

I created application to download files. For downloading i use ASIHTTPRequest. When I start download big file, and lock my device, after some time my download stops, wi-fi disables and i see Edge icon ...
3
votes
1answer
350 views

ASIHTTPRequest: incorrect NSStringEncoding value 0x0000 detected

Incorrect NSStringEncoding value 0x0000 detected. Assuming NSStringEncodingASCII. Will stop this compatiblity mapping behavior in the near future. When I was using ASIHTTPRequest, I keep ...
3
votes
1answer
63 views

App crashes when accessing NSDictionary's values but not when accessing its keys?

I have an NSDictionary object called "myData," and I'm trying to access it from the UITableViewDelegate method "didSelectRowAtIndexPath." I can perform these operations fine: if(myData == nil) { /* ...
3
votes
4answers
924 views

ASIHTTPRequest - data from cache always empty

I'm downloading images in my iPhone/iPad app - and because they remain the same most of the time, I'd like to cache them on disk: ASIDownloadCache *cache = [ASIDownloadCache sharedCache]; [asiRequest ...
3
votes
2answers
104 views

How to terminate ASIHTTP connection in iphone?

I am having an issue with ASIHTTPRequest authentication. The steps are in the following order, User entering wrong username and password -- > No data comes from backend and request failed delegate ...
3
votes
1answer
173 views

ASIHttp Synchronous request is running delegate methods after returning

I am trying to download a file from a server. My code is following. In didFinishLaunchingWithOptions method, I create a new thread using detachNewThreadSelector which runs the following code. ...
3
votes
1answer
513 views

Can an ASIHTTPRequest be retried?

Is there a way to retry an ASIHTTPRequest? I'm using custom authentication in a REST service instead of basic HTTP authentication and I would like to retry a request if the session has expired. ...
3
votes
3answers
2k views

Where is the “ Edit Active Target ” in xcode 4

i follow stup instructions to add ASIHTTPRequest to my project and i dont found Edit active target in my xcode 4 . I can't post image i should have 10 reputation so you can see it in the link , it's ...
3
votes
1answer
217 views

asihttprequests failing

I'm trying to download a a queue of files using ASIHTTPRequest. Each request is permanently failing. I know that the urls are valid, I've traced them out and popped them into a browser and the files ...

1 2 3 4 5 15