I have an "error 500" problem when I try to create a custom connector by using a postman collection.
In Postman my request works very well.
When I create the custom connector and did the "test" I had this message :
{
"error": {
"code": 500,
"message": "The remote name could not be resolved: 'serv-pifl'",
"source": "europe-002.azure-apim.net",
"path": "forward-request",
"clientRequestId": "f3c56ae2-b736-43ca-80d8-4d28-b08fbf3a"
}
}
Can someone help me about this ?
Yohann