Hello All,
From a UI angular app we are trying to send a header named - "signature" with a value "fromHeader". this is not reaching the API proxy. But when the same is tried from the POSTMAN the header values is appearing in the TRACE.
NOTE : There is no CORS issue as those policies are handled. I could see the preflight is working.. Even the JSON payloads are also getting passed.
Can somebody guide.. Dont know is it UI issue because from POSTMAN it is working fine.
FROM POSTMAN :
FROM UI :