ProxymanApp / ProxymanApp/Proxyman
Add custom columns from query parameter keys
@NghiaTranUIT is already working on this.
Since Aug 14, 2026.
- Dominant language
- No language data
- Stars
- 7k
- Forks
- 237
- PR merge metrics
- No merged PRs in 30d
Description
Description
I rely heavily on the ability to add columns to the table, to troubleshoot my workflows. However, most of the time the information I want is not in headers, but in the query parameters of the request.
Currently, I get around the problem by having a script that adds a header to the request, so that I can show it as a column.
Why this feature/change is important?
I think it would make it a lot easier if I could also have columns from query parameters (by key name). If the key does not exist, blank value (same behaviour as today for headers)
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.