You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your query string is not URL-encoded, which might be causing this. There shouldn't be 2 ? in the url. Maybe try replacing the second ? with %3F to see if that works.
Hello,
Site I am trying to read returns following json data:
My json_exporter config is following:
When I try to following command: curl http://localhost:7979/probe?target=https://xxxweb.xxx.xx/home/status?format=json
nothing seems to happen, no error messages just nothing.
Is there something wrong with the config or how I could debug situtation?
The text was updated successfully, but these errors were encountered: