ProxymanApp / ProxymanApp/Proxyman

script the request.isURLEncoding not work

Open
#1,459 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
No language data
Stars
7k
Forks
237
PR merge metrics
No merged PRs in 30d

Description

Description

Steps to Reproduce

1.set isURLEncoding = false
2.proxy a html request ex: i want : http://a.com/abc.html?q=h ---> http://localhost/abc.html?q=h
3. but send request: http://localhost/abc.html%3Fq=h
4.

Current Behavior

isURLEncoding is not work

Expected Behavior

set request http://localhost/abc.html?q=h

Environment

  • App version: e.g Proxyman 3.9.0
  • macOS version: e.g macOS Monterey

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.

Research direction

Start by reproducing the proxy request described in the issue with isURLEncoding set to false, and trace where the request URL changes the ? separator to %3F. Done means the proxied request preserves http://localhost/abc.html?q=h; the issue names no file or test, so those must be located first.

Written by the indexing model from the issue text.

Assessment

Tech stack
macos
Domain
desktop, networking
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.