skip to Main Content

Access-Control-Allow-Origin for Magento 2 and ionic

There are many questions about "Access-Control-Allow-Origin" which I applied in htaccess as follows Header set Access-Control-Allow-Origin "*" After applying that I am facing following error: "Access to XMLHttpRequest at 'http://XXX.XXX.XXX.XXX/XXX/rest/V1/categories/3357' from origin 'http://localhost:8100' has been blocked by CORS policy: Response…

VIEW QUESTION
Back To Top
Search