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:
…errors (#2474)
<!-- Thank you for submitting a Pull Request. If you're new to
contributing to BCApps please read our pull request guideline below
* https://github.com/microsoft/BCApps/Contributing.md
-->
#### Summary <!-- Provide a general summary of your changes -->
Adding support for cookies to the Rest Client
Fixing an issue with secret headers
Adding collectible error behavior
Redesigning internal code for better maintainability and uptaking new AL
features like the keyword `this`
#### Work Item(s) <!-- Add the issue number here after the #. The issue
needs to be open and approved. Submitting PRs with no linked issues or
unapproved issues is highly discouraged. -->
Fixes#1479#989
Fixes
[AB#560010](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/560010)
---------
Co-authored-by: Jesper Schulz-Wedde <[email protected]>
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: