I want to retrieve header
values from the incoming HTTP Requests
, which is coming to my Web App[angular application] and use the retrieved values in the application for other outgoing requests.
My angular application is hosted via IIS.
I tried using HttpHeaders
but its only configurable for outgoing requests.
Please let me know whether its possible or not , if not then what are the work around :)