I’m developing a Grafana React panel and trying to connect to a backend REST API from within the panel code. Is it possible to have the Grafana backend proxy such HTTP(S) requests for me? I tried using getBackendSrv().post to achieve this, but it still requires CORS.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Grafana plugin - CORS issue with REST API | 15 | 17201 | April 20, 2022 | |
Grafana custom datasource - CORS and proxy | 10 | 4010 | March 23, 2023 | |
How to fetch http data through datasource at a Grafana Panel Plugin | 10 | 1590 | June 1, 2024 | |
Error Cors Grafana | 0 | 801 | September 1, 2023 | |
Panel Button HTTP REST POST CORS error | 1 | 311 | March 15, 2024 |