cloudspout / cloudspout-button-panel

Grafana panel to integrate with any kind of HTTP/REST API
MIT License
50 stars 35 forks source link

Any variable that contains / ( slash) used in the URL is not encoded in final request #37

Closed abenbouz closed 3 years ago

abenbouz commented 3 years ago

hello ,

when a variable that contains / ( slash) is used in the URL , it's not encoded

And so the final URL is not good

ENV

to reproduce just use a variable that contain / in the URL

can you please help resolving that ...

Thanks

abenbouz commented 3 years ago

resolved using ${name_var:percentencode}