cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to call OData POST call after deployment the Apps

dinesh_kumar45
Participant
0 Kudos

Hi Everyone,

I am facing an issue on ODATA post call after deployed the SAP build app on work zone. Its giving HTTP 403 error.

its working on local without any issue. Please find the below screen shot for your ref. and help me on this.

Accepted Solutions (0)

Answers (2)

Answers (2)

cguttikonda24
Participant
0 Kudos

Hi Dinesh,

Are u using destination service to connect to your backend.

Also can u check by setting "csrfProtection": true in xs-app.json of your app in the destination configuration.

nimiprave
Advisor
Advisor
0 Kudos

Hello,

I am sorry that I don't have much information on the scenario itself. If you're using the service against the backend system, the CSRF token will be required to authenticate your subsequent calls to the backend. One has to make sure that the header x-xsrf-token is set for the odata request.

Kind Regards
Nirmal Praveen Pothuraj