CodeIgniter 2 HTTP 身份验证

发布于 2024-12-14 00:24:31 字数 237 浏览 0 评论 0 原文

我正在尝试为使用 CodeIgniter 2 构建的网站上的管理目录设置一个非常基本的 HTTP 身份验证。

我已经尝试了此处的建议 http://codeigniter.com/forums/viewthread/141775/ 但它似乎仍然不起作用。

帮助?

I'm trying to set up a very basic HTTP auth for an admin directory on my site built with CodeIgniter 2.

I've tried the suggestions here http://codeigniter.com/forums/viewthread/141775/ but it still doesn't seem to work.

Help?

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

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

发布评论

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

评论(1

你怎么这么可爱啊 2024-12-21 00:24:31

看看我的 REST 服务器库:

https: //github.com/philsturgeon/codeigniter-restserver/blob/master/application/libraries/REST_Controller.php#L697

我已经编写了代码来保护我的API 包括基本版和摘要版。您可以轻松地在管理面板中重复使用这些东西。

Have a look at my REST Server library:

https://github.com/philsturgeon/codeigniter-restserver/blob/master/application/libraries/REST_Controller.php#L697

I've written code to protect my API's with basic and digest. You could easily reuse this stuff for your admin panel.

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