response servlet, custom header does not available
Hi all.
We have a servlet that returns a custom header:
response.addHeader(“msg-error”, “err2”);
In author it works correctly and returns the header. In the dispatcher domain it does not return the header, we think that the error is in the configuration of the dispatcher or Fastly.
In the dispatcher we have tested, adding the header "msg-error", to the custom header of the site, in the farm we have referenced the file Mysite_clientheaders.any
Mysite_clientheaders.any
“msg-error”
$include “./default_clientheaders.any”
But it still doesn't work, any idea what else we should configure?
Best Regards.
