Stream: implementers
Topic: Subscription.channel.header
Anand Mohan Tumuluri (Jan 06 2017 at 17:51):
For the Subscription.channel.header field, its cardinality is currently 0-1. I did not find any standard delimiter specified for delimiting multiple headers. Rather than dealing with delimiters, would it be possible to change its cardinality as 0..* in STU3?
How are others handling this? Even if there is a delimiter in real world use, I want to stick to the same.(as I am stuck to DSTU2 for now). I am currently planning to use "\n"
Grahame Grieve (Jan 06 2017 at 21:28):
what are your requirements for multiple headers?
Anand Mohan Tumuluri (Jan 07 2017 at 00:47):
Authorization token, CSRF token, other custom headers for API signing
Grahame Grieve (Jan 07 2017 at 06:10):
I think it's worth making a task to propose multiple headers then
Anand Mohan Tumuluri (Jan 09 2017 at 23:09):
Done #12568
Last updated: Apr 12 2022 at 19:14 UTC