How to send a POST http with request body #15629
lvbaiquan12
started this conversation in
General
Replies: 1 comment 1 reply
-
👋 hi @lvbaiquan12, That isn't currently supported but there's an open issue to add support #14758, give it a 👍 to help us prioritize the work - or if you're interesting in contributing we're happy to help get a pull request merged! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With the Sources type "http_client", how to send a POST http with request body. I know how to send a "GET" request, but I do not know which filed to construct POST request body. I am trying to send a POST request with the request body to obtain the returned json results.
Beta Was this translation helpful? Give feedback.
All reactions