Greetings, i have a pretty basic question; i have a script that sends a basic http request as follows:
The problem is that it never breaks out of the loop, in other words it never receieves any data back, i have also tried the socket_DataReceived function without luck.
If someone could shed some light on this for me, or even direct me in the right direction i would really appreciate it, ive tested it on my local web server and i know that it successfully sends the request because i can see it in my access log.