-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[UriBuilder] Add function to add OData query parameters with preserve…
…d $ signs (#503) #### Summary This PR tackles an issue with URL encoding of OData parameters. Some servers, such as AppSource marketplace, don't interpret the encoded OData query parameter keys (`%24filter`) as equivalent to their unencoded form (`$filter`). Technically, this is by design given the encoding rules that Business Central uses, but this fix enables the caller of the AL code to decide whether to preserve the `$` signs or not when adding URL query parameters. #### Work Item(s) Fixes [AB#497036](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/497036)
- Loading branch information
Showing
3 changed files
with
125 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters