CORS issue whn sending request from React
Hi.
I'm trying to send a request to AEM from React. But I get either a CORS error or an empty response with status 200, but from the browser the response has a body.
Tell me how to set it up if:
AEM localhost:4502
React localhost:3000
Config

React fetch

Thank you very much in advance)

