How can I programmatically fill in web forms to get past authentication pages in iOS? Basically, the page has a username/password field, and I\'d like to be able to collect that data from the user in
Currently I know I can send post data to URL through HTTP request. Is there a way to send multiple post data attached to the URL through HTTP request. I know for the fact that I can send POST data sin
Here Below is my code NSString *string= [NSString stringWithFormat:@\" http://abc.com/Demo/View.php?drinkId=%@&name=%@&comment=%@&date=%@&rating=%@&ReqestType=SubmitComment\",Dri
I have an NSURL inside a NSDictionary, which looks like this: assets-library://asset/asset.JPG?id=1000000001&ext=JPG
I am using the following code which is coming up with a warning. The code does display the correct image - but how can I get rid of the warning?
I have an NSURLRequest being made that to a server that returns a string. string = [[NSMutableString alloc] initWithData:receivedData encoding:NSUTF8StringEncoding];
I\'m sending a request from my iphone-application, where some of the arguments are text that the user can enter into textboxes. Therefore, I need to HTML-encode them.
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.
i\'m trying to load up a url with the value of the input field added to the end of the url and it errors with \"expected identitifer\" :(
I need to get the file modification date of a remote file. Obviously, attributes in this example returns NULL: