Is localhost the problem?
I've been having the same problem when I try to use Http_Client to send a simple GET request to a "localhost" URL.
Try replacing "localhost" with teh IP address for your target server e.g. 127.0.0.1 is the usual "localhost" default address.
Well, it worked for me...
Chris
|