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
Hi dear,
I was wondering if with this fantastic tool is there a way to send message with content-type multipart/related; boundary=r1smGkMERD5DazD6AvSqTpkKQprVLhBz
with a body, for example like (not sure I exactly copied all the body content)
Pororoca currently only supports multipart/form-data and not other types of multipart. Implementing this would be hard to do because of screen space restraints (2 additional textboxes would be needed, 1 for multipart subtype and 1 for boundary).
Also, the multipart/relatedRFC specifies that other informations can be included in the Content-Type, making it even more complicated if we would follow the specification.
Sorry man.
Here is a C# example for multipart/*, maybe it can help you:
I was just asking.
Basically, if we think to boundaries part, we can consider to randomly generate it and put it both in the content type and as boundary among the different sections of the body.
But probably this is not the most complex part of the story.
Anyway thank you for your amazing tool!
Hi dear,
I was wondering if with this fantastic tool is there a way to send message with content-type
multipart/related; boundary=r1smGkMERD5DazD6AvSqTpkKQprVLhBz
with a body, for example like (not sure I exactly copied all the body content)
I found a similar mention on your website,
https://pororoca.io/docs/http-body-types#multipart-form-data
however I'm not sure it can do the trick and in case how to properly configure in Pororoca, in case
The text was updated successfully, but these errors were encountered: