创建 API(在 cakephp 1.3 中)并交付 HTML
这并不是真正的 API 场景。我知道 API 以 XML 或 JSON 形式提供内容。我不是在寻找有人告诉我如何做到这一点,而是给我一个好的起点和一些提示,或者告诉我这是一个愚蠢的想法。
我想要做什么
需要通过另一个网站创建客户端用户
需要通过另一个网站进行身份验证
p>客户端需要请求 HTML 页面。
客户需要将这些页面的数据保存到我们的数据库中。
我们需要跟踪每个创建的用户
我们希望在其网站上实现此“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
Client User needs to be created through another website
Client needs to be authenticated through another website
Client needs to request pages that are HTML.
Client will need to save data to our database from these pages.
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为最好的解决方案是使用 iframe。
I think my best solution will be to use an iframe.