ProxymanApp / ProxymanApp/Proxyman
Multipart Form Tab
@NghiaTranUIT is already working on this.
Since Mar 22, 2021.
- Dominant language
- No language data
- Stars
- 7k
- Forks
- 237
- PR merge metrics
- No merged PRs in 30d
Description
Proxyman version? (Ex. Proxyman 1.4.3)
Version 2.20.0 (22000)
macOS Version? (Ex. mac 10.14)
macOS Big Sur
Version 11.2.3 (20D91)
Steps to reproduce
Call any API with Multipart Form for arbitrary binary files.
Expected behavior
Would be really nice if there's a Multipart Form tab like Form that shows entry name and file pairs, preferably with individual files available for export/download.
Or better just a human-readable section that basically pretty-prints the whole binary mess.
Something like:
| Part Name | Content Type | Value |
|---|---|---|
| image | image/jpeg | [Binary] ← Clickable for export |
Instead of:
--Boundary+FC8B3E60558D113C
Content-Disposition: form-data; name="image"; filename="IMG_0127.JPG"
Content-Type: image/jpeg
ÿØÿà�JFIF���Ø�Ø��ÿá�Exif��MM�*������������������J�������R(�������i�������Z�������Ø������Ø���� ������� ������ú ������ü����ÿí�8Photoshop 3.0�8BIM������8BIM%�����ÔÙ�²é ìøB~ÿÀ�üú"�ÿÄ�����������
ÿÄ�µ���}�!1AQa"q2¡#B±ÁRÑð$3br
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
¢£¤¥¦§¨©ª²³´µ¶·¸¹ºÂÃÄÅÆÇÈÉÊÒÓÔÕÖרÙÚáâãäåæçèéêñòóôõö÷øùúÿÄ
I know we have a Body tab that shows raw bytes as well as text for Multipart Form, but that's far from human-readable.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.