T
tog
Hi,
I need to send the following request to a server:
GET SID HTTP/1.1
Doing this using sockets work like a charm.
Is there a way to do it using a URLConnection ?
Otherwise stated is the request above a valid GET request (with
respect to rfc2616) ?
Or should it be:
GET /SID HTTP/1.1
Regards
Guillaume
I need to send the following request to a server:
GET SID HTTP/1.1
Doing this using sockets work like a charm.
Is there a way to do it using a URLConnection ?
Otherwise stated is the request above a valid GET request (with
respect to rfc2616) ?
Or should it be:
GET /SID HTTP/1.1
Regards
Guillaume