cancel
Showing results for 
Search instead for 
Did you mean: 

Add response headers in SAP CAP

Ajit_K_Panda
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Experts,

I want to add some custom headers in response of Odata read on an entity. Is it possible in SAP Cloud application programming model (CAP)

Best Regards, Ajit

View Entire Topic
SebastianEsch
Active Participant
0 Kudos

In the meantime, you can avoid private APIs and use 

req.res.setHeader()

Kind regards,

Sebastian