Proxyman icon indicating copy to clipboard operation
Proxyman copied to clipboard

Query value not decode at Query Panel.

Open Sourgrapes42 opened this issue 8 months ago • 3 comments

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

  • App version: Proxyman 5.5.0
  • macOS version: macOS 14.4.1

Sourgrapes42 avatar Jun 05 '24 08:06 Sourgrapes42