diff --git a/lib/core/httpclient_next.js b/lib/core/httpclient_next.js index 8f75b4ad2d..7d0fc4afea 100644 --- a/lib/core/httpclient_next.js +++ b/lib/core/httpclient_next.js @@ -47,7 +47,7 @@ class HttpClientNext extends HttpClient { checkAddress: ssrfConfig.checkAddress, }); } - return this[SSRF_HTTPCLIENT].request(url, options); + return await this[SSRF_HTTPCLIENT].request(url, options); } }