mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
e96bcae535
* Fixed parsing of x-forwarded-* headers * changeset * remotePort * port fix * port fix * port fix * Update .changeset/slimy-buses-agree.md Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> * Update packages/astro/src/core/app/node.ts Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> * Reverted formating change --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
239 B
239 B
astro |
---|
patch |
Fixes a bug in the parsing of x-forwarded-\*
Request
headers, where multiple values assigned to those headers were not correctly parsed.
Now, headers like x-forwarded-proto: https,http
are correctly parsed.