Answers for "Elastic search responses are blocked by cors"

0

Elastic search responses are blocked by cors

http.cors.enabled : true
 http.cors.allow-origin: "*"
 http.cors.allow-methods: OPTIONS, HEAD, GET, POST, PUT, DELETE
 http.cors.allow-headers: X-Requested-With,X-Auth-Token,Content-Type,Content-Length
 http.cors.allow-credentials: true
Posted by: Guest on March-14-2021

Browse Popular Code Answers by Language