Trouble with URL Encoding and Parameter Order in Infinity Plugin on Grafana

Hello,

I’m using Grafana with the Infinity plugin to fetch data from an external API. I have set up the data source to pull JSON data, but I’m encountering an issue where the parameters in my URL get automatically reordered, and certain characters such as ‘@’ are being encoded, which is not compatible with my API.

However, the parameters are reordered and symbols like ‘@’ in the parameters are automatically encoded. I’ve tried adjusting the plugin settings, but I haven’t found a way to disable this encoding. Has anyone faced a similar issue or knows how to configure the Infinity plugin to prevent parameter reordering and encoding?

Any help would be greatly appreciated. Thank you in advance.