cloudflare/workers-sdk @cloudflare/vite-plugin@1.54.5
cloudflare/workers-sdk
Captured source
source ↗published Sep 7, 2026seen 1dcaptured 1dhttp 200method plain
@cloudflare/vite-plugin@1.54.5
Repository: cloudflare/workers-sdk
Tag: @cloudflare/vite-plugin@1.54.5
Published: 2026-09-07T15:21:04Z
Prerelease: no
Release notes:
Patch Changes
- #15519 `e004845` Thanks @devaniketh! - Preserve HTTP/2
:authorityheader and non-default port in dev server requests
When Vite runs over HTTPS with HTTP/2 enabled, browsers send authority via the :authority pseudo-header rather than Host. Previously, pseudo-headers were omitted when creating Fetch requests, causing non-default ports to be dropped from request.url and X-Forwarded-Host. Authority and scheme are now preserved from HTTP/2 pseudo-headers and request properties.