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 cookie configuration #2

Open
philipnorton42 opened this issue Feb 12, 2024 · 0 comments
Open

Add cookie configuration #2

philipnorton42 opened this issue Feb 12, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@philipnorton42
Copy link
Contributor

The Options object exists to allow headers to be injected into the request. This needs to be expanded to allow cookies to be added.

This involves:

  • Adding the ability to inject cookies.
  • Adding the ability to pull cookies from response data and add to the Results objects.

The addition of cookies will allow things like authentication to be added to the requests.

@philipnorton42 philipnorton42 added the enhancement New feature or request label Feb 12, 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