How to receive and forward ZIP files using attachments with HTTP Listener → HTTP Sender? #114
ArjunAsokan01
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team,
I’m working on a BridgeLink channel where I need to receive a ZIP file and forward it to another API using the attachment mechanism.
Current setup:
HTTP Listener (Source) successfully receives the ZIP file as an attachment.
On the HTTP Sender (Destination) side, I’m unable to find a clear way to:
The downstream API (Spring Boot) expects the ZIP file as multipart/form-data with a file part and filename, and it works correctly when tested via Postman or curl.
However, in BridgeLink:
There is no visible option to configure attachment name or filename in the HTTP Sender
It’s unclear whether an extension is required or if there is a recommended configuration for this use case
Has anyone successfully:
Any guidance, examples, or best-practice recommendations would be greatly appreciated.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions