Dispatcher clientheaders on HTTP error
Hi,
I've a dispatcher configured to enable a list of HTTP headers that Dispatcher passes from the client HTTP request to the renderer.
On 2XX HTTP request the headers are present on every response.
The issue is when we try to use the same mechanism on 4XX or 5XX http requests. The dispatcher/apache simply deletes or don't cares to any custom header.
No ErrorDocument or redirect is defined on apache, and mod_headers is not overwritten the headers.
Can you please help?