ProxymanApp / Proxyman

Modern. Native. Delightful Web Debugging Proxy for macOS, iOS, and Android ⚡️
https://proxyman.io
5.34k stars 177 forks source link

Query value not decode at Query Panel. #2052

Open Sourgrapes42 opened 3 weeks ago

Sourgrapes42 commented 3 weeks ago

Description

Proxyman Query Panel cann't decode some query value.

image

Steps to Reproduce

Make a reqest from Chrome like https://proxyman.io/?q={"1":"a"} Chrome will encode the params and Proxyman recive a url like https://proxyman.io/?q={%221%22:%22a%22} Check it at Query Panel.

Current Behavior

Query value not decode

Expected Behavior

Query value Correct decode like reqest with url https://proxyman.io/?data=%7B%221%22%3A%22a%22%7D image

Environment

NghiaTranUIT commented 2 weeks ago

Sorry, I completely miss this ticket. Let me look into it 👍

NghiaTranUIT commented 2 weeks ago

It's fixed: https://download.proxyman.io/beta/Proxyman_5.5.0_Fix_Query_decoded.dmg

Sourgrapes42 commented 2 weeks ago

Thanks, It's now works as expected.