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
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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