TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Are Paid RSS Feeds Possible?

4 点作者 espadagroup超过 16 年前
I am wondering if it is possible to offer paid rss feeds, where a user has to pay to subscribe to the feed. Not being a hacker myself, I am wondering if this is technically possible to manage? I don't think there are any services that allow for this functionality, however I just don't know if that is due to some technical aspect of stopping pirating or if just no one has found a use for the service?

5 条评论

JayNeely超过 16 年前
Daring Fireball does this. See:<p><a href="http://daringfireball.net/members/info" rel="nofollow">http://daringfireball.net/members/info</a>
bootload超过 16 年前
<i>"... I am wondering if it is possible to offer paid rss feeds, where a user has to pay to subscribe to the feed. Not being a hacker myself, I am wondering if this is technically possible to manage? ..."</i><p>Bend the idea slightly &#38; use the feed as (everyone else does) to disseminate (title, summary &#38; word count restriction) &#38; restrict the access to the document at the server. Unless of course the feed is time sensitive?
jmtulloss超过 16 年前
You can use HTTP authentication for feeds, which will allow you to enforce some sort of payment scheme. However, not all readers support authenticated feeds.
YuriNiyazov超过 16 年前
I implemented a little prototype of this. This is very doable. The beauty is that it didn't use HTTP-Auth, which meant that a user can be using Google Reader or another third-party browser, and still get access to the paid content only if they authenticated correctly, but this still happens from within the feed reader, without clicking back to the website.
评论 #418256 未加载
noodle超过 16 年前
there are feeds and sites that work like this and provide the functionality. i've subscribed to several pay-based podcasts that have done authentication in several ways and/or through services.