Rainer Jung schrieb:
Sorry, I meant:

CONNECT 192.168.2.234:7777 HTTP/1.1

(no path)

Regards,

Rainer


OK,

I hope I get it know:

I make the following sequence:

<request>
CONNECT http://192.168.2.234:7777 HTTP/1.1

</request>

wait for response

if response.statuscode == 200 send

<request>
GET http://192.168.2.234:7777/server/info HTTP/1.1
Content-Length: 0
Host: 192.168.2.234:7777
Connection: Keep-Alive
Accept-Encoding: identity, *;q=0

</request>


best regards

  Hendrik


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to