Posted on 21/07/2021 15:52:52
Hi Elena,
Dynamicweb will only be able to capture the IP address that it sees. The web application firewall has placed itself in-between the user and website, so Dynamicweb isn't able to tell what the original IP was.
Your web application firewall may have a solution that takes care of that.
Otherwise, another solution that may work is to use the IIS ARR Helper (https://blogs.iis.net/anilr/client-ip-not-logged-on-content-server-when-using-arr). That will take that value from x-forwarded-for that your web application firewall should provide, and it will put it back into the normal places in IIS. This will likely then be picked up correctly in Dynamicweb.
Scott