Skip to content

Commit

Permalink
NIFI-14143 Replace proxied entities header to the one, which used on …
Browse files Browse the repository at this point in the history
…server side
  • Loading branch information
taz1988 committed Jan 9, 2025
1 parent b80a673 commit ffdfd20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
*/
public class ProxiedEntityRequestConfig implements RequestConfig {

private static final String PROXIED_ENTITIES_CHAIN_HEADER = "X-Proxied-Entities-Chain";
private static final String PROXIED_ENTITIES_CHAIN_HEADER = "X-ProxiedEntitiesChain";

private final String[] proxiedEntities;

Expand Down

0 comments on commit ffdfd20

Please sign in to comment.