M
Michael Jacobs
Guest
Look at RFC 2616: section 4.2 Message Headers. The client 'should' combine multiple headers of the same name as long as it can result in a single comma delimited list. Have you tried this with your client to observe what its implementation does? What I do know is the CORS filter supplied the ABL web app will not dynamically look for or merge headers you supply from your application code.
Continue reading...
Continue reading...