Help with GET request?

Are you using a proxy?

If you can get nc (or netcat) working on your system you can echo the messages sent to a local port, e.g.

nc -l 8000

[edit] Then change your parameters to connect to localhost your system's IP address port 8000 and see what happens.