Context.Request.IP returns IPv6 address lately

Hi @trg-admin

The context.request.ip is the address used to make the request. If it is IPv4 that is what you get, and IPv6, that is what you get.

You can either ask your users to use only their IPv4 address, or update your rule to handle IPv6. I suggest the latter, but it is more complex as you will have to handle ranges rather than single addresses.

John