ProxymanApp / ProxymanApp/Proxyman
Having the capability to choose the format of the cookie argument in the "copy cURL" function
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 7k
- Forks
- 237
- PR merge metrics
- No merged PRs in 30d
Description
Description
When using the "copy cURL" function, the cookie headers are generated by default with the --cookie 'cookie1=value1; cookie2: value2' argument.
It would be nice to be able to export the cURL with the cookie argument as a header: -H 'Cookie: cookie1=value1; cookie2=value2'
Why this feature/change is important?
Some tools like Postman are not taking into account the "--cookie'" argument, hence the cookies are not correctly imported when importing the cURL copied from Proxyman to Postman
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 from the “copy cURL” function and trace where cookie arguments are generated. Add a way to export cookies as a Cookie header instead of the --cookie argument, then verify that the copied cURL imports cookies correctly into tools such as Postman.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- macos
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100