ProxymanApp / Proxyman

Modern. Native. Delightful Web Debugging Proxy for macOS, iOS, and Android ⚡️
https://proxyman.io
5.35k stars 177 forks source link

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

Open samybenatt opened 3 months ago

samybenatt commented 3 months ago

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