Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在网站上验证我的 iPhone 应用程序。是否有发送 http 请求和读取 http 响应的模式?
我需要能够从服务器拒绝中了解登录名/密码是否错误并在 iPhone 上显示,有什么指示吗?
谢谢
是的,使用 NSUrlConnection APi。它完全符合您的要求。
ASIHTTPRequest 库在使您谈论的很多内容变得相当容易方面非常有效。在ASIHTTPRequest中查看