I am building a custom connector and found that when the Code is disabled, I receive the following error when testing operations:
{
"error": {
"code": 500,
"message": "The remote name could not be resolved: '********************'",
"source": "msmanaged-na.azure-apim.net",
"path": "forward-request",
"policyId": "",
"clientRequestId": "**************************"
}
}
Whereas the Code is enabled I receive the following response, which is incorrect:
{
"message": "Hello World"
}