0
vladsd created
config file is static on the server, why does framework passes cookie via custom header, see code below. Can it be removed?
private static getApplicationConfig(appRootUrl: string, callback: () => void) { let type = 'GET'; let url = appRootUrl + 'assets/' + environment.appConfig; let customHeaders = [ { name: 'Abp.TenantId', value: abp.multiTenancy.getTenantIdCookie() + '' }];
Markdown is supported
Copy & paste or drag & drop images (max 30 MB per image)
1 Answer(s)
-
0
it seems it can be remove.
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image)