ProxymanApp / ProxymanApp/Proxyman
script the request.isURLEncoding not work
Nobody has claimed this yet.
- 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
- 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.
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