Replies: 1 comment 1 reply
-
|
This is a very clever idea. Have you considered HTTPS to solve this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When working in a highly secure enviroment, having possibly sensitive data as a query parameter in a GET request is not allowed. (See CWE-598) I know using GraphQL eliminates this but not all client applications can easily switch to using GraphQL. It would be great if you could force DAB to use POST requests instead and use some format to pass the OData parameters in the request body.
Beta Was this translation helpful? Give feedback.
All reactions