Skip to Content
0
Aug 21, 2023 at 11:58 AM

EHS Integration with SAP BTP

212 Views

Hello all ,

I'm facing issue with Integration of EHS it is external service which we are consuming in our SAP BTP environment via destination for that we have created destination in our environment and we are able to read the data inside that service but while making a post call we are getting error like "failed to load remote service" .

firstly we are trying to fetch csrf token cause it is must for making post call but unable to store csrf token cause code directly executing catch block instead of try so how can we generate csrf token and make a post call to external service .