cancel
Showing results for 
Search instead for 
Did you mean: 

401 authorization error while calling the CPI service from POSTMAN and SOAP UI

AbdulHammed
Explorer
0 Kudos

Dear Experts,

Up until this past weekend, everything was going well with my SAP Cloud connection login and admin access. However, for the past two days, I've been receiving 401 authorization errors when attempting to contact the CPI services using POSTMAN and SOAP UI.

AbdulHammed_0-1713353972780.png

AbdulHammed_1-1713354103264.png

Kindly help me to understand what am i missing here (password rest also done but still same issue).

Regards, 

View Entire Topic
chris_75
Explorer
0 Kudos

Hi ,

probably you have configured your HTTP-Adapter with CSRF protection. If so, you first need a token before you are allowed to send payload to your Endpoint on CI. Also as I can see in your screenshots - you are using Basic Auth. That is not recommended. Use OAUTH oder Client Certificates instead.

Hint: Follow the Guided Answer to get more information: 

https://gad5158842f.us2.hana.ondemand.com/dtp/viewer/#/tree/3411/actions/54369:54374/?version=curren...

Best regards

Christian