ProxymanApp / ProxymanApp/Proxyman

Query value not encode correctly after map remote.

Open
#2,193 3 comments 0 reactions 1 assignee View on GitHub

@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

  1. Add a map remote rule likehttps://proxyman.io/ -> https://docs.proxyman.io/
    image

  2. Make a requset which query value contains urlencoded + like https://proxyman.io/?data=abc%2B123

image
  1. Check it at Proxyman, you will see the url changed into https://docs.proxyman.io/?data=abc+123
    image

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.