HttpInterceptor send values headers request token, application-id etc..

Most interceptors transform the outgoing request before passing it to the next interceptor in the chain, by calling next.handle(transformedReq). An interceptor may transform the response event stream as well, by applying additional RxJS operators on the stream returned by next.handle().


(send values headers request token, application-id etc.. )



https://angular.io/api/common/http/HttpInterceptor

Sign In or Register to comment.