|
|
@ -211,8 +211,7 @@ export class FetchService implements OnModuleInit { |
|
|
try { |
|
|
try { |
|
|
const proxyUrl = new URL(route.url); |
|
|
const proxyUrl = new URL(route.url); |
|
|
|
|
|
|
|
|
requestUrl.hostname = proxyUrl.hostname; |
|
|
requestUrl.host = proxyUrl.host; |
|
|
requestUrl.port = proxyUrl.port; |
|
|
|
|
|
requestUrl.protocol = proxyUrl.protocol; |
|
|
requestUrl.protocol = proxyUrl.protocol; |
|
|
} catch { |
|
|
} catch { |
|
|
this.logger.warn( |
|
|
this.logger.warn( |
|
|
|