ProxymanApp / ProxymanApp/Proxyman

Having the capability to choose the format of the cookie argument in the "copy cURL" function

Open
#1,965 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.