Hi,
In neo-app.json I have
{
"path": "/abc",
"target": {
"type": "destination",
"name": "XYZ",
"entryPath": "/abc"
}
},
I call that destination from SAPUI5 application and pass some HTTP headers BUT those headers are not passed to the traget system.
Does HTTP header support headers forwarding and if yes, how should I enable it?