HttpBasicAuthentication in IPhone

后端 未结 2 1420
一个人的身影
一个人的身影 2021-01-01 08:01

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

2条回答
  •  旧时难觅i
    2021-01-01 08:13

    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.

提交回复
热议问题