I’m testing a feed which I plan to later consume in my application. When viewing it in the browser, it shows only the last 7 items.
- Do feeds behave different when consumed from a program?
- If not, how do I view the full feed from the first item to the last item? I’d like to at least see it in the browser first
The browser is a program; technicalities aside, it’s theoretically possible that a server would respond differently if the user agent was not a browser. It’s not very likely though.
Check if the feed accepts a
pageurl parameter or similar. If not, you’ll have to find another feed.