Hi,
I am getting error: 405 Method Not Allowed error (Origin
http://localhost is not allowed by Access-Control-Allow-Origin)I understand I need to add enable cors to resolve this issue. I have added these two settings in my local.ini file. *[httpd]* enable_cors = true *[cors]* origins = * But, that is not resolving the issue. Is there something else that is needed? Thanks Romi
