CORS allow all headers

Is possible in CORS to allow all headers? Is “" configuration even possible?
“allowed_headers”: [
"

]

Hi @bkomac,

"allowed_headers": [
        "*"
      ]

works in my test.

Does it work for you? What’s your GW version?

Hi,

"allowed_headers": [
        "*"
      ]

Will allow any header just as you would expect. Are you having issues with it?

Cheers,
Pete

Just asking, because didn’t find it in the docs.