VolkovLabs / business-forms

The Business Forms panel is a conceptually new plugin for Grafana. It is the first plugin that allows inserting and updating application data, as well as modifying configuration directly from your Grafana dashboard.
https://docs.volkovlabs.io
Apache License 2.0
86 stars 10 forks source link

Unable to send header parameters with Post request with manual update #527

Closed charleslin220 closed 3 weeks ago

charleslin220 commented 1 month ago

When I use Manual Update and Post method, the Header Parameters will not be sent with url; May I ask how should I use the header parameter feature to effect also can we toggle the parameter values to hide or show? Thanks for your help!

4.7.0 Forms version and Configured as the picture attatched:

image

vitPinchuk commented 3 weeks ago

@charleslin220 Thank you for your question

Could you please provide more details about your implementation? (networks, screen examples etc.)

I see that the headers are also attached to the request.

image

charleslin220 commented 3 weeks ago

@charleslin220 Thank you for your question

Could you please provide more details about your implementation? (networks, screen examples etc.)

I see that the headers are also attached to the request.

image

Thank you for your reply and it works for me now!