Do Azure API Mgmt have a length limit on path/parameters?
问题 I have some APIs published in Azure API Management, that call a REST web application behind the scenes. Most of the endpoints use the format: https://company.azure-api.net/dom/ep/{pathParamVal}?{queryParamName}={queryParamVal} If {queryParamVal} is a really long string which causes the URL length to exceed 350-400 characters, everything works as expected. But if I specify that same string value as the {pathParamVal} , I get a HTTP 400 error code - HTTP Error 400. The request URL is invalid. .