1

what way would be best to send a HTTP CONNECT request via php's stream_socket_client? or would it be irrelivant?

user1187372
  • 193
  • 1
  • 9

1 Answers1

0

You'll have to delegate the request to a proxy of some sort. The proxy should then handle the request/response between the two communicating entities.

user1187372
  • 193
  • 1
  • 9