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.
我正在处理一个 ASP.NET 页面,该页面包含一个 XML 阅读器,该阅读器从 wordpress rss 提要读取、格式化帖子并将其粘贴到安全站点上。如何保护 wordpress 博客提要,以便除了 ASP.NET 应用程序之外没有人可以访问它?
万一将来有人偶然发现这篇文章,我最终使用了 XML-RPC wordpress 插件的 JoeBlogs c# 包装器。有两件事需要注意: - 当我下载 dll 时,getrecentposts 中使用的参数类型有错误 - 另外,请确保 url 链接到您的 wordpress 博客的 xml-rpc.php 页面(如果您使用的是免费托管版本)