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 | |
---|---|---|---|---|
React application and grafana | 0 | 899 | April 26, 2023 | |
Grafana custom datasource - CORS and proxy | 10 | 4034 | March 23, 2023 | |
I am building a DataSource Plugin, use getBackendSrv to Get data from an external API, but the request still made from the browser | 5 | 987 | July 13, 2024 | |
Grafana plugin - CORS issue with REST API | 15 | 17285 | April 20, 2022 | |
Handle cors issues | 1 | 4037 | May 29, 2019 |