Closed ryanvazquez closed 4 years ago
When upgrading Grafana to 6.7.0, all batch and metadata queries made by the datasource return 400 errors.
The datasource relied on the native behavior of the AngularJS $http module used by backendSrv to stringify POST data by default.
$http
backendSrv
POST
Now all POST requests that contain payloads will be stringified manually.
When upgrading Grafana to 6.7.0, all batch and metadata queries made by the datasource return 400 errors.
The datasource relied on the native behavior of the AngularJS
$http
module used bybackendSrv
to stringifyPOST
data by default.Now all
POST
requests that contain payloads will be stringified manually.