There is 1 update.
 
 
Replication / cid:jira-generated-image-avatar-8d7a3079-77b3-4597-852e-cece1b8e5822 REPLICAT-214 In Progress

Replication is totally broken with default NGINX behavior

 
View issue   ยท   Add comment
 

1 update

 
cid:jira-generated-image-avatar-438d9a0e-3c6f-4bc9-a895-b9a0a29f26ea Changes by Thomas Mortagne on 19/Aug/25 16:17
 
Description: It seems [ NGINX drops HTTP headers with underscores silently |https://nginx . org/en/docs/http/ngx_http_core_module.html#underscores_in_headers].

The workaround is to add in the configuration the following:

{noformat}
underscores_in_headers on;
{noformat}


Apache [seems|https://httpd.apache.org/docs/trunk/env.html#fixheader] to have something similar.