There was possibility to extend Http or BaseRequestOptions in RC4 and add default headers to all http requests. Like here How to set default HTTP header in Angular2? How to do it in RC5 ?
Found export declare function httpFactory(xhrBackend: XHRBackend, requestOptions: RequestOptions): Http;
in http.d.ts line 163. Maybe it can help.