Skip to content

Query value not encode correctly after map remote. #2193

@Sourgrapes42

Description

@Sourgrapes42

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working✅ DoneTicket is addressed and fixed.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions