Answer the question
In order to leave comments, you need to log in
Is it possible to access the proxy "manually"? && How?
Is it possible somehow from PHP to access the proxy, and not to the site through it? So that the request should be sent to the proxy address and pass the site address in some parameters?
Answer the question
In order to leave comments, you need to log in
If we are talking about an HTTP proxy, then there are two options:
1. As an HTTP proxy, while a regular HTTP request is made to the proxy with the only difference: not a relative path is passed as an argument, like GET / HTTP/1.0, but a full URI with indication of the protocol
GET http://example.com/ HTTP/1.1
Host: example.com
CONNECT example.com:80 HTTP/1.1
Host: example.com:80
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question