Is it right to make requests from the server to itself?
I noticed that in some React universal (isomorphic) projects people used the same code to make http requests from client and server using such libraries like isomorphic-fetch or axios. Is that right to make such requests from the server to itself? Ca...
Jan 28, 2017M