I am building a basic cors proxy, And in one of the use cases I need to pipe request, so I thought of using pipe
with Request.js
as shown in below image
I am not so expert in security. Could someone list possible security Implications from the above code?