Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Requests with params containing ":" character #340

Open
JohnDuff44 opened this issue Mar 30, 2023 · 1 comment
Open

Requests with params containing ":" character #340

JohnDuff44 opened this issue Mar 30, 2023 · 1 comment

Comments

@JohnDuff44
Copy link

Hello,

I would like to request an API but params require a ":" character.
Something like : /api/search?query=toto:chips+tata:bacon

In grafana, I've created the new source with the url /api/search
And when I create a new panel with params :

key : query
value : toto:chips+tata:bacon

It doesn't work.

I also tried :

key : query
value : toto%3Achips+tata%3Abacon

But still doesn't work

Is there a way to make it work ?

Thanks
Have a good day,

@gabor
Copy link
Contributor

gabor commented May 24, 2024

hi @JohnDuff44 could you explain what does not work exactly? are you able to make the request with curl for example correctly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Awaiting Response
Development

No branches or pull requests

2 participants