In my situation i have a trusted Server 1 communicating with a trusted Server 2.
In need to act as a middleman to filter some kind of communications to Server 2,:
Server1 -> [Laravel] -> Server 2.
Is there a simple way inside the controller to "copy" Server1 Request (headers and content) and execute it toward server 2 other than "re-create" it ?