I'm using a search query (query is pretty long) it works when my search term is in latin character but as soon as I input some Thai characters I'm getting the following error:
Access to XMLHttpRequest at 'xxxxxxx' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
I don't get how it is related to CORS policy because same query works with latin characters. Same query with Thai characters works fine in Kibana. Other queries (smaller) with Thai characters as input works also well from my frontend.
Any idea what could be the blocker?