I just noticed that the Header Object that was possible to use in the previous HTTP RequestsOption is not anymore supported in the new Interceptor.
It\'s the new Int
My code worked with the following approach to add new headers to replace previous values by new values:
headers: req.headers.set('token1', 'asd') .set('content_type', 'asd') .set('accept', 'asd')