curl-converter icon indicating copy to clipboard operation
curl-converter copied to clipboard

-c, --cookie-jar <filename> not supported

Open trianity opened this issue 1 year ago • 2 comments

I have just tested the new genius feature to convert cURL call to Laravel HTTP request and faced with the issue, the "-c" option does not exist. This is the cookie file handling feature of the cURL function.

Example cURL call: curl -v -F [email protected] -c ./cookies.txt -o response.pdf https://www.szamlazz.hu/szamla/

Reference: https://docs.szamlazz.hu/#post-request

trianity avatar Oct 13 '22 13:10 trianity