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.
我想根据来自外部系统的数据在本地计算机上的 Web 服务器上运行的 foswiki 实例上创建一个主题。新的主题数据将通过 POST 请求从外部系统(客户端)发送到本机(服务器 URL)端口 XXXX。当数据到达端口 XXXX 时,应该如何在 foswiki 本地实例上触发新主题或更新主题(如果存在)事件。我怎样才能做到这一点?(任何编程语言)
客户端和服务器机器位于 LAN 上。
看看 WebDAVContrib。它有一个主题的 json 视图。因此,您可以简单地将 MyNewTopic.json 上传到 webdav 驱动器,然后相应地创建主题。