doutiao2540 2010-08-18 20:16
浏览 34
已采纳

使用Zend_Feed创建安全的RSS源

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.

  • 写回答

1条回答 默认 最新

  • dsnnvpobaljihv3490 2010-08-26 01:02
    关注

    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).

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥30 关于用python写支付宝扫码付异步通知收不到的问题
  • ¥50 vue组件中无法正确接收并处理axios请求
  • ¥15 隐藏系统界面pdf的打印、下载按钮
  • ¥15 MATLAB联合adams仿真卡死如何解决(代码模型无问题)
  • ¥15 基于pso参数优化的LightGBM分类模型
  • ¥15 安装Paddleocr时报错无法解决
  • ¥15 python中transformers可以正常下载,但是没有办法使用pipeline
  • ¥50 分布式追踪trace异常问题
  • ¥15 人在外地出差,速帮一点点
  • ¥15 如何使用canvas在图片上进行如下的标注,以下代码不起作用,如何修改