I am using ASIHTTPRequest for downloading file from server but its givingerror Failed to move file from \'/Users/admin/Library/Application
I have a web page in which a value \'A\' is constantly updated. I use ASIHttp to access the page contents and get this value \'A\'. Based on A i calculate value X and i then i need to save this X to a
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 ASIHTTPErrorRequestDo
I am trying to apply the ASIHTTPRequest wrapper to a very basic Objective C program.I have already copied over the necessary files into my program and after giving myself an extreme headache trying to
I\'m trying to track an event in my app using Yahoo Web Analytics. The code I am using looks like ASIHTTPRequest *yahooTrack = [ASIHTTPRequest requestWithURL:
I modified the alias sample code from: [request addRequestHeader: @\"Content-Type\" value: @\"application/json\"];
I have a view that will be displaying downloaded images and text. I\'d like to handle all the downloading asynchronously using ASIHTTPRequest, but I\'m not sure how to go about notifying the view when
I\'m trying to use ASIFormDataRequest to send a photo image from my iPhone app to my server. When I do so, the server sends back an error
According to the website for ASIHTTPRequest: If your requests are all of the same broad type, but you want to
I\'m trying to do an asynchronous request with ASIHTTPRequest, but have some problem getting notified when the request is done.