CORS multi-value response headers don't work in IE

Hi,

i've installed the latest version 7.12. of elasticsearch on windows.
While trying out a multi search api call from my local live server with XHR i got the same problem that had already been reported here:

GitHub Issue 19841

When Internet Explorer 11 does a call using HTTP Method "OPTIONS" with CORS-Headers,
elasticsearch answers with multiple headers instead of a comma separated list inside one Header. Internet Explorer denies the call due to CORS constraints.

The URL i use is:

_msearch/template?filter_path=responses.hits.total.value,responses.hits.hits._source,responses.hits.hits.highlight,hits.responses.hits.highlight,responses.aggregations.*.buckets"

May i post an issue on GitHub for that?!

Screenshots:
ElasticSearchOptionsMultipleAccessControlAllowHeaders|533x499

Similar topic on StackTrace:

Best Regards
Johannes

Since this is my first attempt to discuss a possible bug i'm not sure:

  • Is this the right place for the post?
  • Should i post it somewhere else (GitHub issues should be "verified" )?
  • Or should i only be more patient? :slight_smile:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.