Can X-Forwarded-For be removed?

I have a site behind CF which needs to preserve anonymity of clients as much as possible. To that end, we are trying to prevent any identifying information from the request headers before they are sent to the server. I have set up request header transform rules to remove cf-connecting-ip and x-forwarded-for headers. The cf-connecting-ip rule works, but the x-forwarded-for one does not. Aside from the header they modify, they are specified exactly the same, and I have even tried combining them into one rule, but still only cf-connecting-ip is removed.

I have seen in the documentation here that x-forwarded-for cannot be modified, but it doesn’t say anything about removal. By contrast, it explicitly says cf-connecting-ip can be removed.

So… is it actually possible to remove the x-forwarded-for header? It really should be… If this is supposed to work then what might I be doing wrong?

1 Like

X-Forwarded-For, CF-Connecting-IP and True-Client-IP can be removed with Transform Rules, but not set, so yes i’d expect it to be removed.

The only edge case here potentially is if the HTTP request subsequently went to a Worker and generated a sub-request, that may result in a an XFF being re-added with a special Workers IP in the value - 2a06:98c0:3600::103.

2 Likes

I’m able to remove cf-connecting-ip, but x-forwarded-for remains. My favorite test domain, of course. I added a /header.php script to display request headers.

OK, well why doesn’t it work then? @sdayman below has reproduced the same problem I’m having, it’s not an edge case, just plain standard x-forwarded-for headers with ipv4 addresses in them…

1 Like

Looks like you may have found a bug :slight_smile: I’m sure this used to work. I’ve raised a bug and we’ll look at this in the new year.

I tested with removing cf-connecting-ip and true-client-ip and those both work, so i’m guessing a product or function downstream of Transform Rules is re-adding the XFF header. Very annoying, but we’ll get it fixed.

3 Likes

Well thanks for confirming the bug. How can I get notified when it has been fixed please?

1 Like

I’ll post in this thread to confirm.

3 Likes

Thank you Smarsh!

Hey folks, this is currently available, let us know if it doesn’t work!

Hi @mabba - this is still not working for me. Our test script which echoes request headers still has x-forwarded-for in it, despite having a transform rule to remove it.

1 Like

Hi @Shogun , let me sync with the team.

We are removing the header, so you won’t be able to see any value that is being sent to us, but it seems you are still seeing a value, which is a Cloudflare IP.

Your request is to NOT see the header at all, even if it is providing only a Cloudflare IP?

No, I am seeing my public IP in the header (which is actually a VPN exit node).

Seeing a Cloudflare IP would be acceptable but we would prefer the header was actually removed since that is what the rule is supposed to do. It should work the same way it does for cf-connecting-ip

I don’t know what has happened over the weekend but when I tested this morning I am now also seeing the cf-connecting-ip header despite there being no changes to the transform rule which should remove it and was working last week…

1 Like

Are there any updates on this one please?

I’m afraid we don’t have any update on this ATM

Hi mabba,

Do you know if this bug is being actively worked on?

Yes it is! We will update this topic when we will have updates

4 Likes

For the record: Cloudflare’s ā€œRemove visitor IP headersā€ Managed Transform is also currently not working and leaving the ā€œX-Forwarded-Forā€ header intact. Probably for the same reason.
Hope this can be fixed soon! It will remove a medium showstopper issue for my website.

1 Like

Hey team, hope everything’s fine. Any news on this subject ? For EU-based companies it would be very, very usefull (not to say mandatory at some point) to be able to actually remove IP address (including from X-Forwarded-For headers). Thanks !

1 Like

I confirm X-Forwarded-For is NOT removed
neither with ā€˜Managed Transform - Remove visitor IP headers’
nor Create Transform Rule - Modify Request Header
when with the same expression ā€˜User-Agent’ and ā€˜Accept-Language’ are properly removed.