ryantxu / ajax-panel

Ajax Panel Plugin for Grafana
MIT License
153 stars 154 forks source link

Support post json data to backend #13

Open HeathKang opened 6 years ago

HeathKang commented 6 years ago

Hi, I am wonder how to post a json data to backend. I only find parameters to post. Can I post json data?

ryantxu commented 6 years ago

Interesting -- not supported, but it should be.

On Thu, Jul 19, 2018, 9:57 AM Heath Kang notifications@github.com wrote:

Hi, I am wonder how to post a json data to backend. I only find parameters to post. Can I post json data?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ryantxu/ajax-panel/issues/13, or mute the thread https://github.com/notifications/unsubscribe-auth/AArFn-GPv-fll6-Rz5DDG3ugKyqMqio6ks5uIDv-gaJpZM4VV7I0 .

HeathKang commented 6 years ago

Thanks for your response, and I am really excepting for this new feature. For now, guess I should change my bakcend interface for a little while.

fcetin commented 5 years ago

Hello. When I add this plugin in grafana, i see the option for POST request, too. Is this really supported? I doesn't seem to be working. GET works, but not POST.