nsurlrequest
I wanted to make an http call when my iphone application goes to the background
I开发者_如何学Python wanted to make an http call when my application is running in the background where i am trying to download multiple files. Is it possible to achieve this task. If available can an[详细]
2023-03-29 20:24 分类:问答Parameters repeated while using NSURL to create new post on rails server using JSON
My issue is that when i POST to a rails server to create a new post using the following code from the iphone simulator, the parameters are sent twice.[详细]
2023-03-29 06:58 分类:问答Proxies with NSURLRequest
I\'m using NSURLConnection and NSURLRequest to make a connection to a server for my OS X app. Now I would like to implement a specific proxy server connection but I cannot find something about it in[详细]
2023-03-25 09:48 分类:问答NSURLRequest hanging SpringBoard
I have a MobileSubstrate addon that hooks springboard (not in the actual objective c code, but with the plist). It contains a UIWebView, which loads a NSURLRequest. This NSURLRequest is here:[详细]
2023-03-25 08:20 分类:问答Problem with REST API on iPhone
I\'m working on an iPhone app that will interact with a web service using RESTful API. I use NSURLConnection to do the work. The network code was working very well for all my needs until today.[详细]
2023-03-25 04:28 分类:问答HTTP Headers for Basic Authentication on XCODE iPhone
I want to show one webpage. To show that webpage, I need to put a token (that I already have) that will be given in the HTTP Header in the \"Authorisation\" field.[详细]
2023-03-24 00:03 分类:问答NSMutableURLRequest loses session information
I have an iphone app that I\'m trying to get to talk to a rails back end.I\'m using NSMutableURLRequest to pull data back and forth.All the calls work fine on GET requests but when I need to post data[详细]
2023-03-22 04:36 分类:问答NSURLRequest returning null
Someone knows why I\'m getting null in this code? NSURLRequest *requisicao = [NSURLRequest requestWithURL:[详细]
2023-03-21 05:51 分类:问答Multiple NSURLConnections in different classes running parallel
Currently I have UITableView and simple UIView in my iPad application. Each of them needs to get data from remote Web-service simultaneously. In each ViewController I create NSURLConnection and run a[详细]
2023-03-21 05:41 分类:问答Timeout doesn't work properly in the NSMutableURLRequest. But, why?
NSMutableDictionary* headers = [[[NSMutableDictionary alloc] init] autorelease]; [headers setValue:@\"application/x-www-form-urlencoded;charset=utf-8\" forKey:@\"Content-Type\"];[详细]
2023-03-19 15:59 分类:问答