Monday 10 April 2017

Is it possible to do server side API calls in react?

I am designing a react application that consumes an API service. However, in order to consume this service I have to make a request.

Since react is rendered client side this request appears in the network debugging tab of Chrome, and leaks my secret keys.

Is there a way to consume this service server side so I don't leak sensitive information?



via rec

No comments:

Post a Comment