former_member619821
Explorer
Member since ‎2022 Oct 21

User Statistics

  • 22 Posts
  • 1 Solutions
  • 0 Kudos given
  • 1 Kudos received

User Activity

Hello Experts, Is there a way to add or restrict /rest/v2/swagger-ui.html with HTTP Basic Authentication? Thanks Anil
Hi There, For one of our requirement, we have to store encrypted data for a custom item type and using encrypted=true. String types are stored encrypted but java.util.Date attribute is not encrypted and storing human-readable value. Any other way t...
Hello experts, We have an OCC API endpoint exposed which is the GET method, the API works well when opening in a browser window but SAP ECC is failing to hit the API via cl_http_client getting below error within SAP. https://host:port/rest/v2/site...
Hello Experts, We are building OCC APIs for mobile application and the first concern raised by security team is they can't send credentials in API URL. But OOB OCC authentication url looks like https://localhost:9012/authorizationserver/oauth/token?c...
Hi There, How to write validation xml for complex type which as List attribute ? For eg. This is my DTO StudentRequest - String reqId; - String source; - List<Student> students; I can validate reqId and source but how do I write xml...
Kudos from