Hello,
I'm trying to reproduce the spteps in this tutorial:
But I'm recieving CORs error on trying to test the aplication.
Error on Inspector:
bookAJAXtest.html:1
Access to XMLHttpRequest at 'localhost:9003/.../Read' from origin 'null' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
I already make the changes on the last section of tutorial, and checking the services properties on the ES Adiministration, I have the following header configurations:
[response headers]
Access-Control-Allow-Credentials=false
Access-Control-Allow-Origin=*
#REST
#CORS
#API




