I feel stupid for asking this. But in a class, I alloc an ASIHTTPRequest. This is done in the implementation alone, not the interface, since it\'s an autoreleased object.
I was asked if I can check some properties of SSL certificate during connection to improve performance.
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 r
Some people strongly prefer asihttprequest ASIHTTPRequest vs NSURLConnection Reasons can be listed (not full)
I try to called [ASIHTTPRequest clearSession], but the request can still return 200 status, even if use the wrong username and password.
I\'m able to upload files from iPhone using ASIHTTPRequest wrapper for an application which allows simple storage to my account. The question i\'m concerned about is, could distributing the acc开发者_
I am creating an iOS application with a Ruby on Rails backend. I\'ve got my logic setup and working in Rails, and have verified by testing in a web browser. My Rails application will not respond prope
I\'m building a free App, that needs to present some data only to logged users. I\'ll try to explain myself better. Assuming the user is already registered into the database, the first time he choose
How to use post manner to transmit username and password in order to log in a websiteon iphone or ipad platform?
Basically, I am sending a POST request with an empty data body: 开发者_JAVA技巧ASIHTTPRequest *request [ASIHTTPRequest alloc] init];