View Single Post
  #2 (permalink)  
Old 07-10-2008, 03:25 PM
cmhwebster cmhwebster is offline
Junior Member
 
Join Date: Jun 2008
Location: Wales
Posts: 9
Default 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
Reply With Quote