microsoft / vscode-apimanagement

VS Code extension for Azure API Management.
MIT License
60 stars 40 forks source link

Test Operation - URL not taken from API Settings and Gateway URL #226

Open WarrenKin opened 3 years ago

WarrenKin commented 3 years ago

When testing the APIs the url is built using the default Developer Portal URL and when the request is sent the following exception is returned: getaddrinfo ENOTFOUND ****.azure-api.net If I change the request to using the Gateway URL then the request is successfully completed.