AAE-0000 - Fixing upload and calls

This commit is contained in:
VitoAlbano
2025-09-19 09:43:29 +01:00
parent 2b08e0c1d0
commit e7e1f4312e
+5 -2
View File
@@ -147,10 +147,13 @@ export class AxiosHttpClient implements HttpClient {
params: AxiosHttpClient.normalizeParams(queryParams),
headers: {
...defaultHeaders,
...AxiosHttpClient.normalizeParams(headerParams)
...AxiosHttpClient.normalizeParams(headerParams),
priority: 'u=1, i'
},
timeout: typeof this.timeout === 'number' ? this.timeout : this.timeout?.response,
withCredentials
withCredentials,
httpAgent: false,
httpsAgent: false
};
// apply authentications