keycloak-schematic icon indicating copy to clipboard operation
keycloak-schematic copied to clipboard

Support Http Interceptor

Open marcelnem opened this issue 8 years ago • 2 comments

From angular 4.3 it is possible to use Http Interceptor to intercept requests. https://stackoverflow.com/questions/45129790/difference-between-http-and-httpclient-in-angular-4

marcelnem avatar Mar 28 '18 11:03 marcelnem

The old HTTP abstraction is deprecated and will be removed in a future release anyway. But moving completely to then new http client would be a breaking change.

everflux avatar Mar 31 '18 12:03 everflux

Check this https://github.com/giovannicandido/angular-http-interceptor/

giovannicandido avatar Apr 26 '18 12:04 giovannicandido