mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
AAE-0000 - Fixing upload and calls
This commit is contained in:
@@ -147,10 +147,13 @@ export class AxiosHttpClient implements HttpClient {
|
|||||||
params: AxiosHttpClient.normalizeParams(queryParams),
|
params: AxiosHttpClient.normalizeParams(queryParams),
|
||||||
headers: {
|
headers: {
|
||||||
...defaultHeaders,
|
...defaultHeaders,
|
||||||
...AxiosHttpClient.normalizeParams(headerParams)
|
...AxiosHttpClient.normalizeParams(headerParams),
|
||||||
|
priority: 'u=1, i'
|
||||||
},
|
},
|
||||||
timeout: typeof this.timeout === 'number' ? this.timeout : this.timeout?.response,
|
timeout: typeof this.timeout === 'number' ? this.timeout : this.timeout?.response,
|
||||||
withCredentials
|
withCredentials,
|
||||||
|
httpAgent: false,
|
||||||
|
httpsAgent: false
|
||||||
};
|
};
|
||||||
|
|
||||||
// apply authentications
|
// apply authentications
|
||||||
|
|||||||
Reference in New Issue
Block a user