Information
The web server plug-in uses private headers to provide information about the original request. A subset of these headers is considered sensitive. Incoming sensitive private headers are not trusted from any source. To allow sensitive private header processing for specific trusted sources, specify a comma-separated list of IP addresses and hostnames.
Solution
Add the settings below to ${server.config.dir}/configDropins/overrides/<any file name>.xml
<httpDispatcher ...
trustedSensitiveHeaderOrigin="localhost, 127.0.0.1, 192.168.*.*, 0:0:0:0:0:ffff:*:*, *.ibm.com"/>