DEV Community

sjabiulla
sjabiulla

Posted on

How to add security headers in response of the react js app

Hi,

I have a react js application. I want to add some security headers in every response that's being returned from the app. Could you please suggest how to implement this !

NOTE : I am not trying to call any api with headers in request. I want my react app to respond with some security headers in the response

I have asked the same question in Stackoverflow but no luck in getting the answer.

Can somebody help me to achieve this !

I'm pretty new to react js development.

Top comments (0)