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 of cookies to the Rest Client module #989

Open
1 task done
ajkauffmann opened this issue Apr 25, 2024 · 1 comment
Open
1 task done

Add support of cookies to the Rest Client module #989

ajkauffmann opened this issue Apr 25, 2024 · 1 comment
Assignees
Labels
Approved The issue is approved Bug Something isn't working

Comments

@ajkauffmann
Copy link
Contributor

Describe the issue

Version v24 adds support for cookies to the HTTP calls. The Rest Client module currently doesn't support this.

Expected behavior

The Rest Client module should also support adding and reading cookies.

Steps to reproduce

The Rest Client module has no functions to add or read cookies.

Additional context

The Rest Client module supports working directly with the underlying HttpClient, and the HttpRequestMessage and HttpResponseMessage. In that way, cookies are supported. But it would be more developer-friendly if the module itself exposes functions to work with cookies.

I will provide a fix for a bug

  • I will provide a fix for a bug
@ajkauffmann ajkauffmann added the Bug Something isn't working label Apr 25, 2024
@JesperSchulz JesperSchulz added the Approved The issue is approved label Apr 25, 2024
@JesperSchulz
Copy link
Contributor

Of course approved!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Approved The issue is approved Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants