Top "Nsurlconnection" questions

An NSURLConnection is the Apple Foundation Framework class that provides support to perform the loading of a URL request.

NSURLConnection doesn't call delegate methods

I saw similar questions here, but I couldn't find solution to my problem. I have a simple NSURLConnection in main …

iphone delegates nsurlconnection
NSError codes: URL Loading system errors that mean loss of network

I'm trying to write a definitive list of all possible URL error codes that mean loss of network connection, including …

iphone ios nsurlconnection
iPhone: How to Get Basic Authentication to HTTPS Web Service Using NSURLCredential

I am trying to call an https web service (RESTful) using basic authentication. It works fine if I put the …

iphone cocoa-touch nsurlconnection nsurlcredential
Do UIWebView and NSURLConnection share cookie storage?

I'm building an iOS app that uses Google App Engine for the backend. Google provides an HTML login site that …

ios objective-c google-app-engine uiwebview nsurlconnection
nsurlconnection asynchronous request

First of all the questions are failry simiple.. if you just want to see what they are skip to the …

iphone ios nsurlconnection nsurlrequest nsurlcache
Stop current NSURLConnection

Currently, I am making an NSURLConnection whenever mySearchBar.text did change. I am experiencing an issue whereby if the user …

ios objective-c nsurlconnection
Can iOS devices send PUT requests to Rails apps?

We've tried numerous times sending update PUT requests to our Rails server and we keep receiving a 404 "The page you …

objective-c ruby-on-rails ios nsurlconnection put
iphone nsurlconnection read cookies

I am using async NSURLConnection to connect to a web site from iPhone. Handle didReceiveResponse is activated on response and …

iphone cookies nsurlconnection
AFNetworking Enable GZIP

I am looking on the AFNetworking site that GZIP compression is supported " Gzip decompression from server responses is already built …

ios objective-c gzip nsurlconnection afnetworking
iOS Develoment: Why is my NSURLConnection failing with a "bad URL" error for only some users?

I have an iOS app that requests JSON data from my Rails 3 app, hosted on Heroku, and it works great …

iphone ios ipad nsurlconnection