This topic contains 3 replies, has 2 voices. Last updated by Bruce 3 years, 9 months ago.
Topic Author | Topic |
---|---|
Posted: Tuesday Mar 26th, 2013 at 1:09 pm #45800 | |
How can we secure an RSS feed URL? We have a secured Amazon S3 bucket that worked well until for some reason audio files stopped streaming. To keep our paying membership happy about the now failing podcast, we went into the S3 bucket and set the MP3 audio files to Public. Once we did that we also needed to use the S3 bucket’s URL to get the podcast working again. Rather than go through all of that, how can we specify that a feed URL is to be protected by s2Member so that for instance only member levels one and two can access the feed (i.e. using HTTP authentication or something). Then we wouldn’t need to worry about the feed failing because audio files suddenly have a 404 error message. |