使用 Zend_Feed 创建安全的 RSS 提要
我想知道是否有可能使用 Zend_Feed 创建一个 rss(或atom)提要,该提要位于安全网站上(使用 Zend_Auth)。
用户如何能够订阅我的提要? feedreader 将如何处理身份验证? 是否有任何我应该注意的陷阱(我能想到的一个是使用 Outlook、IE 和其他提要工具的用户)?
希望我说得足够清楚。提前致谢! ps:我确实看到了这篇文章 但它是关于 .net 的,我不知道它如何回答我的问题。
编辑:如果这个问题也适用于 Zend,我不介意更通用的 php 答案。
I was wondering if it was at all possible to create a rss(or atom) feed with Zend_Feed that would be on a secured website (With Zend_Auth).
How would users be able to subscribe to my feed?
How would feedreaders handle authentification?
Is there any pitfalls I should be aware of (one I can think of is users who use outlook, IE, and other tools for there feeds)?
Hope I am clear enough. Thanks in advance!
ps: I did see this post but its about .net and I do not see how it answers my questions.
edit: I would not mind a more general php answer to this question if its applicable to Zend also.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,我要回答自己,因为有一天可能会有人有同样的问题。它实际上不可能做我想做的事,不一定是因为 Zend Framework,而是主要是因为通过 https 和我们的安全登录系统提供 rss 的麻烦。
我读了几篇博客,发现了一些有趣的信息,但实际上没有办法让这个解决方案对我们来说可行(或者对我猜的任何人来说,除非它是一个我永远无法强加给我的用户的自定义 rss 阅读器)。
Well I am going to answer myself because one day someone might have the same questions. Its not really possible to do what I want, not necessarely because of the Zend Framework but mostly because of the hassle of serving rss over https and our secure login system.
I read a couple of blogs and found interresting info but really there is no way to make this solution viable for us (or for anyone I would guess unless its a custom rss reader wich I could never impose to my users).