创建 API(在 cakephp 1.3 中)并交付 HTML

发布于 2024-12-22 07:53:39 字数 392 浏览 1 评论 0原文

这并不是真正的 API 场景。我知道 API 以 XML 或 JSON 形式提供内容。我不是在寻找有人告诉我如何做到这一点,而是给我一个好的起点和一些提示,或者告诉我这是一个愚蠢的想法。

我想要做什么

  1. 需要通过另一个网站创建客户端用户

  2. 需要通过另一个网站进行身份验证

    p>
  3. 客户端需要请求 HTML 页面。

  4. 客户需要将这些页面的数据保存到我们的数据库中。

  5. 我们需要跟踪每个创建的用户

我们希望在其网站上实现此“api”的人员需要尽可能少的编程知识。

我们非常感谢和重视您的意见。谢谢!

This is not truly an API scenario. I know APIs deliver content in XML or JSON. I am not looking for someone to tell me how to do this but to give me a good starting point and some tips or tell me this is a stupid idea.

WHAT I WANT TO DO

  1. Client User needs to be created through another website

  2. Client needs to be authenticated through another website

  3. Client needs to request pages that are HTML.

  4. Client will need to save data to our database from these pages.

  5. We will need to track each created user

We want the person implementing this "api" to their site to be required to have as little programming knowledge as possible.

Your input is greatly appreciated and valued. Thanks!

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

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

发布评论

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

评论(1

故事灯 2024-12-29 07:53:39

我认为最好的解决方案是使用 iframe。

I think my best solution will be to use an iframe.

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