- A: An HTTP interceptor can catch all outgoing HTTP requests and automatically add authorization headers (e.g. Bearer tokens) so that you don’t have to manually set headers everywhere in your code. It centralizes token handling and helps avoid repetition.