0

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

uthaya
  • 1
  • 3
  • https://stackoverflow.com/questions/51125574/explain-proxy-config-json-features-angular-5/51126942#51126942 – Vikas Aug 07 '23 at 04:52
  • 403 error Check your BE – Vikas Aug 07 '23 at 04:52
  • @Vikas whether proxy config includes headers and parameters while redirecting or headers and parameters need to be added in proxy-config.js file. If yes how to do it. Please help me – uthaya Aug 07 '23 at 15:36
  • Google cloud api returns The token supplied is invalid as reponse even if correct keys are passed. How this need to be rectified – uthaya Aug 09 '23 at 01:08

0 Answers0