In my iPhone app, I am trying to display an image on iphone from my server, which needs authorization. I am trying to use NSURLConnection to get the image, but it is not ask
Since your not posting any code its hard to tell. I would double check and make sure that you have the delegate member set properly on the NSURLConnection. If that is not the issue try using an HTTP debugger and make sure that the URL is actually triggering the authentication request.