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

Add support for HTTP Cookies #465

Open
kylelmh opened this issue Sep 9, 2024 · 3 comments
Open

Add support for HTTP Cookies #465

kylelmh opened this issue Sep 9, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@kylelmh
Copy link

kylelmh commented Sep 9, 2024

Tell us about the task you want to perform and are unable to do so because the feature is not available
I want to make a request to an endpoint that has a cookie session e.g.

curl --cookie "session_token=abcd" www.example.com/secured

Describe the solution/feature you'd like us to add
Add an option to allow for cookies / persistent http client

Any other feedback you would like to provide regarding the site

@kylelmh kylelmh added the enhancement New feature or request label Sep 9, 2024
@ashitaprasad ashitaprasad added the good first issue Good for newcomers label Sep 9, 2024
@ashitaprasad
Copy link
Member

Thanks for opening this issue @kylelmh
Tagged it as a good first issue so that contributors can take a look into it and send across a PR

@GeorgeLifinRell
Copy link

GeorgeLifinRell commented Oct 1, 2024

I would like to work on it.

I'm new to open source contributions, @ashitaprasad Can you guide me by defining my tasks and ways to achieve them?

Thanks in advance

@ashitaprasad
Copy link
Member

Sure @GeorgeLifinRell .. you can send across a PR with your preliminary design of this feature.

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

Successfully merging a pull request may close this issue.

3 participants