Cannot get header that contains a period from NGINX
问题 The header "Abp.TenantId" is null because of the "." . If remove the "." (like "AbpTenantId" ), it will be ok. How to add a header with a "." ? ======================================================= localhost debug: Provisional headers are shown (show this on client request) Request.Headers.Unknown (show this in server, api action) Request.Headers.MaybeUnknown (show this in server, api action) localhost is ok. The same code in server, but server error. The code for the tenantId : The logs