ProxymanApp / proxyman-windows-linux

Public tracker for Proxyman Windows/Linux
https://proxyman.io/
MIT License
102 stars 4 forks source link

Multiple Part Forms #310

Open NghiaTranUIT opened 1 year ago

NghiaTranUIT commented 1 year ago

Description

Acceptance Criteria

CleanShot 2023-09-25 at 10 06 17@2x

Logic

How to test

Screenshot 2023-09-25 at 10 04 39
NghiaTranUIT commented 11 months ago

Update requirement

Screenshot 2023-10-26 at 12 24 42
NghiaTranUIT commented 11 months ago

How to test with large data

  1. Make a multipart with Insomnia / Postman with 3 parts: 2 first parts are an Video/Image ~20Mb, and the last part is a JSON string.
  2. Open it on Proxyman -> Verify the "Body over 5Mb ..." is displayed ✅ -> Verify we don't proceed the Multipart Data.
  3. Click on the "Save" button -> Select the folder: test in the Desktop. Verify We have 3 files are exported ✅ (2 files are image/video, can open it, and the last file is a JSON text)
  4. Click on the Show anyway button -> Show the Multipart Preview as usual
NghiaTranUIT commented 11 months ago

New Requirement 2