NodeJs Response

Dhanush N - Jun 9 '21 - - Dev Community

Consider a Nodejs express app

I am setting a new parameter 'abc' with a string to the response object

If I send a response to frontend will they be able to view the value of abc

Nodejs

If you inspect via browser, you will be able to see the

  • Headers
  • Cookies
  • Response Body etc

But is there any possibility for the value 'abc' to be got by the frontend ?

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .