-
Bug
-
Resolution: Done
-
Blocker
Execute:
/core-service=management/management-interface=http-interface:write-attribute(name=constant-headers, value=[{path=/management, headers=[{name=A:B, value=C}]}])
Response now has header 'A' with value 'B: C', but user wanted header 'A:B' with value 'C'. Colon can't be part of the header name, so users should be warned about it and no headers should be added.
- blocks
-
WFCORE-1110 Allow addition of HTTP headers to management console responses
- Closed