*** The wcm.io Project is closing down this JIRA Instance in favor of GitHub issues. ***
Please use the corresponding GitHub projects to report issues - or the mailing list for general discussion.
the clientheaders for dispatcher should be configurable. default would still be "*" suggession:
dispatcher:
clientheaders:
- header1
- header2
alternatively we could have some standard headers which can be applied by a flag and also additional custom headers, which will be added by configuration. some examples for standard headers: "referer", "content-type", "content-length", "accept-charset", "accept-encoding", "accept-language", "accept", "host", ...
the clientheaders for dispatcher should be configurable. default would still be "*"
suggession:
dispatcher: clientheaders: - header1 - header2alternatively we could have some standard headers which can be applied by a flag and also additional custom headers, which will be added by configuration. some examples for standard headers:
"referer", "content-type", "content-length", "accept-charset", "accept-encoding", "accept-language", "accept", "host", ...