Replies: 3 comments 2 replies
-
From documentation:
You need to get empty message without copy of original message. In this case you avoid sending body in GET request. Use it:
|
Beta Was this translation helpful? Give feedback.
-
it may be worth clarifying this in the documentation. In addition, the option to ignore sending the request body in the GET method might be useful, even if the message (and the request body, respectively) is not empty. In some cases, this would simplify the configs |
Beta Was this translation helpful? Give feedback.
-
You don't necessarily need to use a
From https://www.benthos.dev/docs/components/processors/http:
The LE: Converted this to a discussion as per #2026. |
Beta Was this translation helpful? Give feedback.
-
For:
I received 415 error from Sonatype Nexus server. Adding
TRACE
level of logging revealed that Benthos adds body to the request even if it is aGET
which in turn upsets Nexus.Is there a way to avoid sending body with
GET
requests?Beta Was this translation helpful? Give feedback.
All reactions