gund / ng-http-interceptor

Http Interceptor library for Angular
MIT License
104 stars 16 forks source link

Intercept header parameters at app run #166

Closed sandroverna closed 6 years ago

sandroverna commented 7 years ago

hi @gund use angular 4 and I have this problem: between the proxy and my application I have a layer of Identity and Access Management, this layer after the auth operation append the user's identity information in the Request Headers parameters and call my application root page "/" my problem is to be able to read the Request Headers parameters at the start of the application. angular 4 I'm trying to see if your interceptor can fix me. do you have any advice on this?

gund commented 7 years ago

Hi @sandroverna I don't really understand the question. Can you please show an example of what you want to achieve?

gund commented 6 years ago

Closed due to inactivity.