ProxymanApp / ProxymanApp/Proxyman
[BUG] Wrong cURL syntax if the header value is empty
Open
@NghiaTranUIT is already working on this.
Since Aug 18, 2026.
✅ Done
bug
- Dominant language
- No language data
- Stars
- 7k
- Forks
- 237
- PR merge metrics
- No merged PRs in 30d
Description
Description
If a request header has an empty value, the generated format is incorrect. Instead of -H "version: ", the standard cURL syntax should be -H "version;". Otherwise, the server may fail to parse the request because it only recognizes the standard format.
Environment
- App version: e.g Proxyman 6.15.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.