Jump to content

Featured Replies

Posted

Hello, i have an issue, when i open rss feed all.xml with browser, it shows the last data, but when i use requests.get - data is updating with random delay (10-20 minutes), what can be a problem?

Solved by Stuart Silvester

Go to solution
  • 2 weeks later...
  • Solution
On 5/15/2022 at 8:26 PM, Aris Ribkin said:

Hello, i have an issue, when i open rss feed all.xml with browser, it shows the last data, but when i use requests.get - data is updating with random delay (10-20 minutes), what can be a problem?

Hi Aris,

Community pages (including RSS) can be cached by edge-caches, especially if the request is being made as a 'guest'. The difference is that you're likely logged in with your member account when you're looking at the RSS feed in your browser.

The delay shouldn't be too long, but you can cachebust the URL by adding your own randomised parameter i.e. ?cb=timestimp

Recently Browsing 0

  • No registered users viewing this page.