ContributionsMost RecentMost LikesSolutionshow can I get the caller IP address to a mockservice I want to get the IP address or other information available to identify where a request received by the mock service came from. Is that feasible? REST API Virualization Can I use a wild card on the VirtAction to support multiple operations in the virt server without defining on for each action? The scenario I have is that I am virtualizing a service, the virtaction resource path can be /TestService/Val1 or /TestService/Val2 or /TestService/Val3, etc.. All will be handled the exact same way by the virtual service, Can I use a wil;d card in the resource path like /TestService/*. I know * does not work, any ideas?