I have a URL which is only accessible to internal network. Due to certain business requirement, this URL has to be accessible from Azure APIM. The way I call the endpoint is as per screenshot below which I got from Microsoft docs https://docs.microsoft.com/en-us/azure/api-management/mock-api-responses
However, I got the following error message because myprivatedomain.com is only accessible from internal VPN. May I know how APIM execute the test API? (ie, what's the IP address? ,etc..) Thanks.
HTTP/1.1 400 Bad Request
content-length: 85
content-type: application/json
vary: Origin
{
"error": "The remote name could not be resolved: 'myprivatedomain.com'"
}