There was an error while loading. Please reload this page.
1 parent 20ea1d1 commit 0f9c7a2Copy full SHA for 0f9c7a2
1 file changed
core/routemgmt/common/utils.js
@@ -237,7 +237,6 @@ function deleteApiFromGateway(gwInfo, gwApiId) {
237
var options = {
238
followAllRedirects: true,
239
url: gwInfo.gwUrl+'/apis/'+gwApiId,
240
- agentOptions: {rejectUnauthorized: false},
241
headers: {
242
'Accept': 'application/json'
243
}
0 commit comments