nsurlrequest
NSURLConnection Saving Variable Does not work
I am making an (asynchronous) url request. In the delegate function connectionDidFinishLoading I assign the response of the server to an instance variable.[详细]
2023-02-18 20:54 分类:问答NSURLRequest problem
Hee, I got a problem with my NSURLRequest HTTP POST and i cannot find out what is going wrong. This is my server side php:[详细]
2023-02-17 23:07 分类:问答NSURLRequest throwing runtime error
Trying to create a request only to have a runtime error thrown. Method initiating the request: - (void)loadMemberData {[详细]
2023-02-16 08:00 分类:问答URLconnection crash log explaination required
I am getting the below c开发者_JAVA百科rash log in my iphone code and I am not able to understand what I am doing to wrong or how to fix it.[详细]
2023-02-16 04:31 分类:问答get access to a file of another PC through NSURL
I can access to my local file through NSURL by using: NSURLRequest *request = [NSURLRequest requestWithURL:[NSURL URLWithString:@\"file://l开发者_JAVA百科ocalhost/Users/user/Desktop/lucky_numbers.jso[详细]
2023-02-15 23:28 分类:问答NSURLRequest with more than one url!
Hey, I\'m using NSURLRequest and the NSURLConnection to download pdf.` NSURLRequest *theRequest = [NSURLRequest requestWithURL:[NSURL URLWithStri开发者_如何学运维ng:@\"MyPDF.pdf\"]cachePolicy:NSURLR[详细]
2023-02-14 17:57 分类:问答How to modify the cookies of a request during redirect in objective-c?
I\'m doing a simple login and noticed that during the redirect I only have 2 of the 3 required cookies to get in correctly.I captured the other cookie and put them together but for some reason I can\'[详细]
2023-02-14 15:52 分类:问答problem passing url in iphone app
Am passing a parameter to url and the parameter has special characters like space.... Also i tried replacing space with +[详细]
2023-02-14 15:20 分类:问答forcing NSUrlConnection timeout on a synchronous call
I am aware of discussions regarding nsurlconnection on ios, and that there is a minimum of 240 seconds for a timeout. My question is, if I am sending a synchronous call via NSURLConnection\'s + (NSDat[详细]
2023-02-14 09:50 分类:问答Open a POST reply in mobile safari
this is my question: I make a POST requesto to www.aaa.com : NSString *post =[[NSString alloc] initWithFormat:@\" bll bla \",importo];[详细]
2023-02-13 18:43 分类:问答