ProxymanApp / ProxymanApp/Proxyman
Query value not encode correctly after map remote.
Open
@NghiaTranUIT is already working on this.
Since Dec 3, 2024.
✅ Done
bug
- Dominant language
- No language data
- Stars
- 7k
- Forks
- 237
- PR merge metrics
- No merged PRs in 30d
Description
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%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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.