Access-Control-Allow-Origin missing in response
Cors is not working. We added a "*" based entry in the configmnager, but this does not help either.
Using postman, we see the header Access-Control-Allow-Origin is not being set in the response from AEM. Is this normal?

Here is the postman conversation:

I would have expected to see Access-Control-Allow-Origin: * in the response?
I just tried sending OPTION request instead of post, and included Access-Control-Request-Method: POST in the request,but this also does not respond with the expected cors headers.