2026/03/25#p1
Don't you just hate it when things suddenly stop working, seemingly for no reason, with no changes being made?
When I switched from the live feed to the daily feed, it wasn't using RSSCloud to push updates. I added the required elements but it wasn't working.
I jumped into Codex to see if it could shed any insight. A few changes were suggested but it still wasn't working.
When the feed is built, it sends a ping to the rsscloud server which should then send a notification to anyone subscribed. The logs were showing that the initial ping was received and it thought the notification was being sent.
Alas, no.
I was using get_headers() to validate that the notification endpoint was valid, but it appears this stopped working and was returning 403 errors. Server change? Behaviour change with an updated version of PHP?
Note sure, but it's been fixed and is now working.