Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support --cookie-jar for multiple Hurl files #2537

Open
jcamiel opened this issue Mar 16, 2024 · 0 comments
Open

Support --cookie-jar for multiple Hurl files #2537

jcamiel opened this issue Mar 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jcamiel
Copy link
Collaborator

jcamiel commented Mar 16, 2024

As of Hurl 4.2.0, we only support --cookie-jar if Hurl is run with exactly one Hurl file:

$ hurl --cookie-jar build/cookies.txt tests_ok/cookie_jar.hurl tests_ok/cookie_jar.hurl
error: Only save cookies for a unique session

I don't remember why we've done this but I think we can remove this restriction. Netscape cookie format support comment so we can indicate, in comment, from which file the cookies are dumped.

@jcamiel jcamiel added the enhancement New feature or request label Mar 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant