Puds-Access-Token custom header issue in VBCS App
Summary:
Custom Header is not working and getting a 401 Unauthorized error.
Content (required):
Hi,
We built a PWA Mobile app without security and now, we are trying to add security. The Backend is Oracle CRM (OEC).
For Oracle CRM Propagate Identity, we need to add a custom header - Puds-Access-token to the Service Connection. When we added this, we are getting a 401 Unauthorized error.
In the Network tab, we can see that the Request Header does not have "Puds-Access-Token", instead, it has just "Authorization".
I created another app (WebApp) from scratch (from "Empty Application") and added the same Custom header. Somehow, it works and I can see the "Puds-Access-Token" in the request header.