I am trying to access external post api https://ing.east.com/store_new with token keys from angular.
I have enabled proxy by using proxy-conf.js and have changed package.json.
I am getting 403 forbidden error which I get same in postman and browser.
How could I know the proxy is enabled and working. If I use npm start I don’t get error and information regarding proxy started.
Please help me I’m breaking my head since one week.
Proxy.conf.js{ ‘/api’:’https://ing.east.com/store_new ’, Secure: false, Changeorigin: true
ngstart serve —-proxyconfing ‘src/proxy-conf.js