Relative Content

Tag Archive for azureurl-rewritingazure-api-management

troubleshooting Azure API Management URI rewrite

Arriving URL format https://my-apim.azure-api.net/product/service1/v3/service1/operation. Client library prefix second “service1” to the URL, my base URL: “https://my-apim.azure-api.net/product/service1/” , version – v3, operation – “/operation”. Because of second “service1” in the URL APIM can’t find matching API operation.