Probably newbie question, does HTTP Interceptors in Angular include the main request? I need to add a header to the browsing of an Angular app. I've found HTTP Interceptors, but it sounds like it's for intercepting all HTTP requests made by the explicit app code, and I need to include a header to the first main request of the (let's said) index.html main app file.