Skip to content

fetch-proxy v0.8.6

Choose a tag to compare

@github-actions github-actions released this 18 Sep 22:38
bfdf7ab

Patch Changes

  • Remove incoming X-Forwarded-For values when xForwardedHeaders is enabled, alongside Forwarded. Fetch requests do not expose the client's connection address, so no replacement address is generated. Existing forwarding headers continue to pass through when the option is disabled.

  • Replace existing forwarding URL metadata when xForwardedHeaders is enabled so proxied requests consistently describe the current incoming request URL.

  • Bumped @remix-run/* dependencies: