jake1098
jake1098
While writing my own fetch providers, I'm having trouble creating anything that is agnostic of the actual data schema. The problem is this data has to be transformed into something...
The issue with URL query parameters is they can be logged/revealed as part of any network infrastructure or middleware on the way to the API server, such as nginx, F5,...
For reference: https://cheatsheetseries.owasp.org/cheatsheets/REST_Security_Cheat_Sheet.html#sensitive-information-in-http-requests ``` RESTful web services should be careful to prevent leaking credentials. Passwords, security tokens, and API keys should not appear in the URL, as this can be...
Its not really a question of incorrect configuration, rather the standard on API design is that regardless of how secure SSL may be, sensitive info should never be sent in...
Also looking for this fix, would appreciate the PR > @willyborankin I have made changes to support @arnitolog request in the class OpensearchClient. I added a new constructor using the...