Proxyman
Proxyman copied to clipboard
Query value not decode at Query Panel.
Description
Proxyman Query Panel cann't decode some query value.
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
Environment
- App version: Proxyman 5.5.0
- macOS version: macOS 14.4.1