ProxymanApp / ProxymanApp/Proxyman
[BUG] Proxyman reused a HTTP connection incorrectly
Open
@NghiaTranUIT is already working on this.
Since May 8, 2025.
✅ Done
bug
- Dominant language
- No language data
- Stars
- 7k
- Forks
- 237
- PR merge metrics
- No merged PRs in 30d
Description
Description
Proxyman reused a HTTP connection incorrectly
Steps to Reproduce
- Use Insomnia app, because it's keep the proxy connection alive
- Make to Proxyman:
http://httpbin.org/get - Then,
http://www.google.com
Current Behavior
- www.google.com has an incorrect Response because it's sent to httpbin.org
- HTTPS works fine
Expected Behavior
- Each HTTP Connection should create a correct connection, and reuse it correctly
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.
Assessment
This issue has not been assessed yet.