Files
angular__angular/packages/platform-server
Alan Agius 8446e46f8b refactor(platform-server): deprecate ServerXhr
XHR support in `@angular/platform-server` is deprecated because the underlying `xhr2` library does not safely handle redirects. Specifically, it can forward `Authorization` headers on cross-origin redirects (which leaks credentials) and is susceptible to denial-of-service (DoS) via redirect loops.

DEPRECATED: XHR support in `@angular/platform-server` is deprecated. Use standard `fetch` APIs instead.
2026-06-09 09:54:16 -07:00
..
2026-04-23 11:38:26 -07:00
2024-03-28 13:02:50 -07:00