Description
Query value not encode correctly after map remote when query value contains +
Steps to Reproduce
-
Add a map remote rule likehttps://proxyman.io/ -> https://docs.proxyman.io/

-
Make a requset which query value contains urlencoded + like https://proxyman.io/?data=abc%2B123
- Check it at Proxyman, you will see the url changed into
https://docs.proxyman.io/?data=abc+123

Current Behavior
Proxyman decode %2B to +
Expected Behavior
Keep %2B at query value, the url should be https://docs.proxyman.io/?data=abc%2B123
Environment
- App version: Proxyman 5.10.0
- macOS version: macOS 14.6.1
Description
Query value not encode correctly after map remote when query value contains
+Steps to Reproduce
Add a map remote rule like

https://proxyman.io/->https://docs.proxyman.io/Make a requset which query value contains urlencoded
+likehttps://proxyman.io/?data=abc%2B123https://docs.proxyman.io/?data=abc+123Current Behavior
Proxyman decode
%2Bto+Expected Behavior
Keep
%2Bat query value, the url should behttps://docs.proxyman.io/?data=abc%2B123Environment