make dispatcher /clientheaders configurable
Description
Gliffy Diagrams
Activity
Show:
Stefan Seifert December 21, 2015 at 10:15 AM
rev. 754622e526b7a074ce08555b6da348565691ed53
Add dispatcher.forwardClientHeaders option for author and publish dispatcher configurations. Defaults to "*".
Fixed
Details
Details
Assignee
Unassigned
UnassignedReporter
Masoud Rozati
Masoud RozatiComponents
Fix versions
Priority
Created December 9, 2015 at 7:40 PM
Updated December 21, 2015 at 10:15 AM
Resolved December 21, 2015 at 10:15 AM
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", ...