On 18.10.2010 16:30, Hendrik Schmieder wrote:
Rainer Jung schrieb:
Sorry, I meant:
CONNECT 192.168.2.234: HTTP/1.1
(no path)
Regards,
Rainer
OK,
I hope I get it know:
I make the following sequence:
CONNECT http://192.168.2.234: HTTP/1.1
wait for response
if response.status
Rainer Jung schrieb:
Sorry, I meant:
CONNECT 192.168.2.234: HTTP/1.1
(no path)
Regards,
Rainer
OK,
I hope I get it know:
I make the following sequence:
CONNECT http://192.168.2.234: HTTP/1.1
wait for response
if response.statuscode == 200 send
GET http://192.168.2.234:777
Sorry, I meant:
CONNECT 192.168.2.234: HTTP/1.1
(no path)
Regards,
Rainer
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscr
On 18.10.2010 14:29, Hendrik Schmieder wrote:
Rainer Jung schrieb:
On 18.10.2010 11:17, Hendrik Schmieder wrote:
Joost de Heer schrieb:
On 10/18/2010 11:03 AM, Hendrik Schmieder wrote:
Hello,
with http over a proxy (like Apache mod_proxy) I send something like
GET http://192.168.2.234:
Rainer Jung schrieb:
On 18.10.2010 11:17, Hendrik Schmieder wrote:
Joost de Heer schrieb:
On 10/18/2010 11:03 AM, Hendrik Schmieder wrote:
Hello,
with http over a proxy (like Apache mod_proxy) I send something like
GET http://192.168.2.234:/server/info HTTP/1.1
Content-Length: 0
Host: 1
On 18.10.2010 11:17, Hendrik Schmieder wrote:
Joost de Heer schrieb:
On 10/18/2010 11:03 AM, Hendrik Schmieder wrote:
Hello,
with http over a proxy (like Apache mod_proxy) I send something like
GET http://192.168.2.234:/server/info HTTP/1.1
Content-Length: 0
Host: 192.168.2.234:
Conn
Joost de Heer schrieb:
On 10/18/2010 11:03 AM, Hendrik Schmieder wrote:
Hello,
with http over a proxy (like Apache mod_proxy) I send something like
GET http://192.168.2.234:/server/info HTTP/1.1
Content-Length: 0
Host: 192.168.2.234:
Connection: Keep-Alive
Accept-Encoding: identity, *
On 10/18/2010 11:03 AM, Hendrik Schmieder wrote:
Hello,
with http over a proxy (like Apache mod_proxy) I send something like
GET http://192.168.2.234:/server/info HTTP/1.1
Content-Length: 0
Host: 192.168.2.234:
Connection: Keep-Alive
Accept-Encoding: identity, *;q=0
But I'm not sure
Hello,
with http over a proxy (like Apache mod_proxy) I send something like
GET http://192.168.2.234:/server/info HTTP/1.1
Content-Length: 0
Host: 192.168.2.234:
Connection: Keep-Alive
Accept-Encoding: identity, *;q=0
But I'm not sure what to send in case of HTTPS over proxy.
The sa