React Panel BackendSrv CORS issue

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.