FeatureFuel
2

Support multipart/mixed requests

Source: Kong/insomnia#3595 · opened by @rdehouss
• Insomnia Version: 5.11.7
• Operating System: Linux

Details


It would be awesome to be able to build more "complex" multipart requests.

A multipart/mixed is like this in curl



In the UI, it would allow to add "parts", specify the content-type and content-disposition of each (although, they are optional). In case of Content-Disposition: attachment, Insomnia would propose to attach a file (whatever the mimetype).
On send, Insomnia would generate its own boundary, set the right Content-Type (based on user input on the "general request", not the parts) (like multipart/mixed) and would send the parts in --data-binary (needs to be base64_encoded)

WDYT?

Thanks a lot already for the great product!

Cheers,

Raphaël

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests