You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: