There are 2 updates.
 
 
Replication / cid:jira-generated-image-avatar-9a6c1386-2345-42e5-b422-6a990abcb570 REPLICAT-214 In Progress

Replication is totally broken with default NGINX

 
View issue   ยท   Add comment
 

2 updates

 
cid:jira-generated-image-avatar-68ccca85-5f5f-4f71-88bc-7b2383b06186 Changes by Thomas Mortagne on 19/Aug/25 16:21
 
Summary: Replication is totally broken with default NGINX behavior
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.