Ticket #601 (closed enhancement: fixed)

Opened 3 months ago

Last modified 7 weeks ago

adding the X-Forwarded-For Header should be optional

Reported by: Elfe Owned by: phk
Priority: normal Milestone:
Component: varnishd Version: trunk
Severity: normal Keywords:
Cc:

Description

At the moment an X-Forwarded-For Header is added no matter what. It would be nice to be able to disable the extra header that is inserted by Varnish. This would decrease the issues when deploying Varnish to existing setups.

Change History

Changed 7 weeks ago by phk

  • status changed from new to closed
  • resolution set to fixed

(In [4467]) Produce the X-Forwarded-For: header in vcl_recv, so people can tweak as they want.

Append to already existing header if possible.

NB: If you return early from your own vcl_recv, without pasting these lines in top of your vcl_recv, your backend gets no X-F-F header.

Fixes #601 Fixes #540

Note: See TracTickets for help on using tickets.