All Questions
1 question
4
votes
2
answers
9k
views
PHP. Forward request to another server as is
Server A is sending messages to Server B. I need to insert Server C with PHP script between them.
So I want it to work like this:
Server A -> Server C (do some stuff with data and forward request ...