Hello everyone!
I am trying to develop a backend plugin and wondering if it’s possible to pass the grafana_session
cookie to the Go backend?
I tried using keepCookies
within jsonData to make sure that cookie is not removed and requests made using getBackendSrv pass the cookies as expected but the cookies aren’t passed to the Go backend.
Grafana version: latest