I’m trying to use the news panel in Grafana to present rss data.
All URLs does not work but the original Grafana example - Grafana Labs blog on Grafana Labs
[The example that works]
[Getting the Error for the Medium RSS]
For Debug i did two steps, first installed a proxy service on the same server using nginx to allow CORS but it still did not work.
So afterwords i rand all this URLs using burpsuite and to my surprise the URLs of the Grafana example and the medium rss were both sent nearly the same and both recieved code 200 OK with the relevant data.
[The medium request that does not work]
[Worked the same as the previous but that on is displayed over at the Grafana panel]