iPhone 的远程登录问题

发布于 2024-10-07 15:17:27 字数 130 浏览 0 评论 0原文

我正在构建一个免费的应用程序,它只需要向登录用户提供一些数据。我会尽力更好地解释自己。假设用户已经注册到数据库中,当他第一次选择私人区域时,视图会询问他用户名和密码。

我的问题是:我应该如何将它们发送到服务器并查看它是否接受数据?

I'm building a free App, that needs to present some data only to logged users. I'll try to explain myself better. Assuming the user is already registered into the database, the first time he choose the private area, a view asks him the username and password.

My problem is: how should I send them to the server and see if it accepts the data?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

悟红尘 2024-10-14 15:17:27

我喜欢使用 ASIHTTPRequest 库及其 ASIFormDataRequest 类来轻松发布数据发送到网络服务器并根据响应进行操作。

I like to use the ASIHTTPRequest library and its ASIFormDataRequest class for easily POSTing data to a webserver and acting on the response.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文