This issue has been created
There are 2 updates.
 
 
Replication / cid:jira-generated-image-avatar-657b971a-43cc-42df-9343-f8b7b0e3764b REPLICAT-214 In Progress

Replication is totally broken with default NGINX behavior

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-13329ec1-d9fd-4668-84f4-3236c88ac0a8 Thomas Mortagne created this issue on 19/Aug/25 15:58
 
Summary: Replication is totally broken with default NGINX behavior
Issue Type: cid:jira-generated-image-avatar-657b971a-43cc-42df-9343-f8b7b0e3764b Bug
Affects Versions: 2.2.7
Assignee: Unassigned
Components: Generic
Created: 19/Aug/25 15:58
Priority: cid:jira-generated-image-static-major-2201cdf9-b1f3-498a-86c7-d5053538ea20 Major
Reporter: Thomas Mortagne
Description:

It seems NGINX drops HTTP headers with underscores silently.

The workaround is to add in the configuration the following:

underscores_in_headers on;
 
 

2 updates

 
cid:jira-generated-image-avatar-13329ec1-d9fd-4668-84f4-3236c88ac0a8 Changes by Thomas Mortagne on 19/Aug/25 16:01
 
Assignee: Thomas Mortagne
Status: Open In Progress