开发者

iPhone sdk + HTTPS

How can I send an HTTPS reques开发者_运维技巧t from within my application?


It is probably easiest to use the ASIHTTPRequest framework.


I think you might have problems if the SSL cert for the https site is self signed.

If it is so, try this as the URL string: https://username:password@host.com/

This will work fine, I my self tried it.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜