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
Header() and Body() have same usage of Query() generator.
- Query("{{.payload}}", "{{.name}}") works fine, but - Body("{{.payload}}", "{{.name}}") just ignored.
I tried to set the method to POST, but anyways it doesn't work
My config is -
As we can see in the docs:
- Query("{{.payload}}", "{{.name}}")
works fine, but- Body("{{.payload}}", "{{.name}}")
just ignored.I tried to set the method to POST, but anyways it doesn't work
My config is -
The text was updated successfully, but these errors were encountered: