I would like to capture the IP Address of the client that calls my Web API service. I am trying to capture that IP address in a custom Authentication Filter that I have created.
Is the request IP address available from the HttpActionContext
?
I cannot seem to find it.
Is the Authentication Filter the wrong place where to capture the IP address of the client making the request ?