nsurlrequest
Multiple async webservice requests NSURLConnection iOS
I have a problem that Im not sure how to tackle. I can without any problem make requests to the REST service when passing a single request.[详细]
2023-03-06 04:13 分类:问答Use a self-signed ssl certificate in an iphone app
I apologize in advance for the long-winded question.I\'m having trouble with a self-signed SSL cert and I want to document everything I\'ve tried so far.[详细]
2023-03-05 10:53 分类:问答Check if a web server is https certificated or not?
does annyone knows how i can check if a web server if certificated or not. in my code im using this: [NSURLRequest setAllowsAnyHTTPSCertificate:YES forHost:[[NSURL URLWithString: urlAddress] host]];[详细]
2023-03-04 14:35 分类:问答help with making a URL text field for my web browser iphone sdk?
开发者_运维技巧I am making a web browser for my iphone app (this is just to try I won\'t be releasing it)...I wanted to know how can I make uitextfield update the url as I click on a link or when the[详细]
2023-02-25 19:51 分类:问答NSURLRequest receives data too late
I\'m using a NSURLRequest to receive data from an Java Ser开发者_运维百科vlet. The Servlet is writing something to the outputstream immediately.[详细]
2023-02-25 07:18 分类:问答Multiple asynchronous URL requests
My iPhone application has been \"lagging\" or rather \"frozen\" when it got past the start up screen. I think this is due to the registration for remote push notifications is send as a synchronous req[详细]
2023-02-24 02:57 分类:问答Trying to load various local HTML files but the same one file always shows
I have an app that uses a Table View to show a list of stories a user can read and when they tap on a particular开发者_高级运维 title a Detail View will open up and the story is displayed.[详细]
2023-02-22 23:22 分类:问答NSURLRequest timeOut handling
I\'ve been reading some issues here with NSURLRequest timeOut, but I see no answer to my problem. Well, here it is: my NSURLRequest object works fine, but I need to show some alert to the user if the[详细]
2023-02-19 19:46 分类:问答UIWebView won't load links with certificate (https:// prefix)
I know this has been asked before but I have looked at every answer (there aren\'t many) and none help me.[详细]
2023-02-19 09:41 分类:问答Equivalent Class in Android
Is there and equivalent NSURLRequest (iOS) in android? So i can extend my class and gets the 开发者_JAVA技巧utility methods? Thanks.Apache HTTPClient has fewer bugs on Eclair and Froyo. It is the best[详细]
2023-02-19 06:23 分类:问答