Change8

fetch-proxy@0.8.1

📦 remixView on GitHub →
🐛 2 fixes🔧 2 symbols

Summary

This patch release fixes issues related to cookie domain rewrites in proxied requests and ensures custom initial headers are preserved during proxying. It also updates dependencies from the Remix ecosystem.

Migration Steps

  1. Update `@remix-run/headers` dependency to version `0.20.0`.

🐛 Bug Fixes

  • Fixed `Set-Cookie` domain rewrites so proxied cookies never include the request URL port and `localhost`/IP requests use host-only cookies.
  • Preserved generated `X-Forwarded-*` headers when proxied requests include custom `init.headers`.

Affected Symbols