on ‎2019 Sep 19 10:37 AM


We are Trying to generate the Token from the postman as per note 2318897 but even after setting the header parameters and body we are receiving the below message:
=> { "code": "403", "message": "Details are hidden. Check the logs.", "fieldName": null }
1. I have also set the webServicesEnabled=true but still some how we are not able to generate the token.
the 2nd part of issue we are having is how to get this in SAP Cloud Platform.
Any help or hint will be much appreciable. 🙂
Request clarification before answering.
Christoph is right. To obtain the token, the base64-encoded Authorization key should be passed as "Basic" (not "Bearer" yet)
I think there was a typo in the help documentation...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Cassio,
thanks for answer. Exactly that was the reason.
I used the hash value instead of total secret. Furthermore I had to add string "Basic" at start of value for authorization param.
Regards,
Christoph
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sandeep,
do you have any hint what to do to make it working in Postman?You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sandeep,
Please, could you share with us how you solved the situation to call the service in the POSTMAN?
By the way, about the CORS issue in UI5, did you create a Destination in SCP for your instance?
Thanks.
Bruno
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Sandeep Kumar, we are having the same issue, did you found a solution? thank you very much in advanced.
Ivan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ivan,
I was able to call the ODATA API services from Postman Application, but as UI5 application will not take direct ODATA API(Cross-Origin Issue), still figuring out the possibility to consume it in UI5 Application. Assuming might be a Hana DB will required with the intervention of CPI in between, but no luck till now. 😞
Please to update if you find out any other workaround. 🙂
Regards,
Sandeep
| User | Count |
|---|---|
| 9 | |
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.