I am using Azure API Management to manage access to our APIs. This creates a Proxy in front of my actual API.
We are testing the ServiceStack Java JsonServiceClient and the client is adding /json/reply/ to each request which is failing since the proxy is not set up with those end points.
I test the Client using VB.net and C# and neither of those inserts the /json/reply to the URL.