grafana / grafana-infinity-datasource

CSV, JSON, GraphQL, XML and HTML datasource for grafana.
https://grafana.com/docs/plugins/yesoreyeram-infinity-datasource
Apache License 2.0
733 stars 91 forks source link

Commas are getting URL encoded, is there a way to stop that? #924

Open IpslWon opened 2 months ago

IpslWon commented 2 months ago

Discussed in https://github.com/grafana/grafana-infinity-datasource/discussions/917

Originally posted by **IpslWon** July 10, 2024 I suspect I'm missing something easy, and there are only four other discussions with the word comma in them. With the example URL: `https://dev74764.service-now.com/api/now/table/sys_choice?table=incident&element=subcategory&inactive=false&language=en&sysparm_fields=label,value,sequence` The commas get encoded as `sysparm_fields=label%2Cvalue%2Csequence`, which breaks the request. Which breaks the request. Is there a way to stop this behavior?